nuclearace / Socket.IO-Client-Swift

socket.io-client for Swift
Other
361 stars 53 forks source link

obj-c interface #30

Closed abo closed 9 years ago

abo commented 9 years ago

SocketIOClient.swift L 217

public func emitObjc(event:String, withItems items:[AnyObject]) {

should be

public func emitObjc(event:String, withItems items:AnyObject) {

?