mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Rename and merge files for RCTWebSocketObserver protocol
Summary: No need to have two files; merge it into one and give it an appropriate name. Reviewed By: javache Differential Revision: D4296716 fbshipit-source-id: 904d13c23bb8d403b8efcb60f9a4aa5df5b08972
This commit is contained in:
committed by
Facebook Github Bot
parent
2b0c4591e2
commit
587606987f
@@ -20,7 +20,7 @@
|
||||
#import "RCTProfile.h"
|
||||
#import "RCTRootView.h"
|
||||
#import "RCTUtils.h"
|
||||
#import "RCTWebSocketProxy.h"
|
||||
#import "RCTWebSocketObserverProtocol.h"
|
||||
|
||||
#if RCT_DEV
|
||||
|
||||
@@ -131,7 +131,7 @@ RCT_NOT_IMPLEMENTED(- (instancetype)init)
|
||||
|
||||
typedef void(^RCTDevMenuAlertActionHandler)(UIAlertAction *action);
|
||||
|
||||
@interface RCTDevMenu () <RCTBridgeModule, RCTInvalidating, RCTWebSocketProxyDelegate>
|
||||
@interface RCTDevMenu () <RCTBridgeModule, RCTInvalidating, RCTWebSocketObserverDelegate>
|
||||
|
||||
@property (nonatomic, strong) Class executorClass;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user