This commit is contained in:
Erik 2015-05-01 11:37:59 -04:00
parent 9e0726d61f
commit fdfd4dbc4d
4 changed files with 4 additions and 4 deletions

View File

@ -32,4 +32,4 @@ import Foundation
self.event = event
self.items = items
}
}
}

View File

@ -35,4 +35,4 @@ import Foundation
func engineDidClose(reason:String)
func parseSocketMessage(msg:String)
func parseBinaryData(data:NSData)
}
}

View File

@ -45,4 +45,4 @@ final class SocketEventHandler {
self?.callback?(items, ack != nil ? emitAckCallback(socket!, ack!) : nil)
}
}
}
}

View File

@ -499,4 +499,4 @@ public final class SocketIOClient: NSObject, SocketEngineClient, SocketLogClient
self.connect()
}
}
}
}