草庐IT

connectionLost

全部标签

处理程序 block 的 Swift 数组

在objective-c中,我在.h文件中有一段代码:typedefvoid(^SocketConnectionLost)();typedefvoid(^SocketIOCallback)(idargsData);@interfaceSocketConnection@property(strong,nonatomic)SocketIO*socketIO;@property(strong,nonatomic)NSMutableArray*socketConnectionLosts;-(void)sendEventWithName:(NSString*)eventNamewithData: