bitwarden-android/src/Core/Constants.cs

8 lines
131 B
C#
Raw Normal View History

2019-04-03 21:21:54 +03:00
namespace Bit.Core
{
public static class Constants
{
public static string LockOptionKey = "lockOption";
}
}