mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
12 lines
261 B
Dart
12 lines
261 B
Dart
|
|
class IIPAuthPacketIAuthFormat
|
|
{
|
|
static int None = 0;
|
|
static int Number = 1;
|
|
static int Text = 2;
|
|
static int LowercaseText = 3;
|
|
static int Choice = 4;
|
|
static int Photo = 5;
|
|
static int Signature = 6;
|
|
static int Fingerprint = 7;
|
|
} |