Files
server/src/Core/Models/Mail/MasterPasswordHintViewModel.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
152 B
C#
Raw Normal View History

2017-05-30 17:19:46 -04:00
namespace Bit.Core.Models.Mail
{
public class MasterPasswordHintViewModel : BaseMailModel
{
public string Hint { get; set; }
}
}