1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-26 03:42:57 +02:00
bitwarden-mobile/src/Core/Enums/SecureNoteType.cs
2019-04-09 17:14:16 -04:00

8 lines
102 B
C#

namespace Bit.Core.Enums
{
public enum SecureNoteType : byte
{
Generic = 0
}
}