mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 07:35:52 +03:00
8 lines
131 B
C#
8 lines
131 B
C#
|
namespace Bit.Core
|
|||
|
{
|
|||
|
public static class Constants
|
|||
|
{
|
|||
|
public static string LockOptionKey = "lockOption";
|
|||
|
}
|
|||
|
}
|