mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 18:04:18 +01:00
8 lines
116 B
Dart
8 lines
116 B
Dart
class ClientConneccted {
|
|
static int UN_CONNECT = -1;
|
|
|
|
static int CONNECTING = 1;
|
|
|
|
static int CONNECTED = 2;
|
|
}
|