mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 09:54:19 +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;
|
|
}
|