mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-01 09:23:16 +08:00
Updated Websocket to use new event system
Reviewed By: javache Differential Revision: D3292473 fbshipit-source-id: f9a9e0a1b5a12f7fa8b36ebdba88405370f91c54
This commit is contained in:
committed by
Facebook Github Bot 6
parent
cd691e2cc2
commit
2525feb37f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user