Updated Websocket to use new event system

Reviewed By: javache

Differential Revision: D3292473

fbshipit-source-id: f9a9e0a1b5a12f7fa8b36ebdba88405370f91c54
This commit is contained in:
Nick Lockwood
2016-05-12 08:29:39 -07:00
committed by Facebook Github Bot 6
parent cd691e2cc2
commit 2525feb37f
8 changed files with 56 additions and 54 deletions

View File

@@ -7,9 +7,9 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import "RCTBridgeModule.h"
#import "RCTEventEmitter.h"
#import "RCTSRWebSocket.h"
@interface RCTWebSocketModule : NSObject <RCTBridgeModule, RCTSRWebSocketDelegate>
@interface RCTWebSocketModule : RCTEventEmitter <RCTSRWebSocketDelegate>
@end