objc suppoert
This commit is contained in:
parent
d0f091e983
commit
25464ffb9d
@ -32,6 +32,7 @@ public typealias NormalCallbackObjectiveC = (NSArray?, AckEmitterObjectiveC?) ->
|
||||
public typealias OnAckCallback = (timeoutAfter:UInt64, callback:AckCallback) -> Void
|
||||
|
||||
|
||||
public enum SocketIOClientStatus {
|
||||
@objc public enum SocketIOClientStatus: Int {
|
||||
case NotConnected, Closed, Connecting, Connected, Reconnecting
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user