1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-24 04:04:34 +00:00
Files
mobile/src/Core/Constants.cs
2019-04-08 16:04:41 -04:00

9 lines
197 B
C#

namespace Bit.Core
{
public static class Constants
{
public static string LockOptionKey = "lockOption";
public static string PinProtectedKey = "pinProtectedKey";
}
}