mirror of
https://github.com/bitwarden/mobile
synced 2026-02-11 13:53:18 +00:00
10 lines
152 B
C#
10 lines
152 B
C#
namespace Bit.Core.Enums
|
|
{
|
|
public enum DiskStorageLocation
|
|
{
|
|
Default = 1,
|
|
Preferences = 2,
|
|
SecureStorage = 3
|
|
}
|
|
}
|