move comment
This commit is contained in:
parent
82e7882497
commit
2b4b5bf407
@ -24,8 +24,9 @@
|
|||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
|
/// **NotConnected**: initial state
|
||||||
|
///
|
||||||
|
/// **Disconnected**: connected before
|
||||||
@objc public enum SocketIOClientStatus : Int {
|
@objc public enum SocketIOClientStatus : Int {
|
||||||
// NotConnected: initial state
|
|
||||||
// Disconnected: connected before
|
|
||||||
case NotConnected, Disconnected, Connecting, Connected
|
case NotConnected, Disconnected, Connecting, Connected
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user