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:
Adam Ernst
2016-12-08 07:28:16 -08:00
committed by Facebook Github Bot
parent 2b0c4591e2
commit 587606987f
5 changed files with 17 additions and 44 deletions

View File

@@ -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;