Open krishnameena opened 6 years ago
complexHub.on("notifyComplex") { args in let m: AnyObject = args![0] as AnyObject! print(m) }
In above how can I receive response (m) as my custom type Object ?
No answer :(
In above how can I receive response (m) as my custom type Object ?