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.

7 lines
134 B
C#
Raw Normal View History

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