Rename RCTWebSocketManager file to reflect its new contents

Reviewed By: javache

Differential Revision: D4296615

fbshipit-source-id: a48da3f0550398cb59478c7405fe971f9246910f
This commit is contained in:
Adam Ernst
2016-12-08 07:28:14 -08:00
committed by Facebook Github Bot
parent d0c3e98d1d
commit 2b0c4591e2
5 changed files with 9 additions and 21 deletions

View File

@@ -0,0 +1,18 @@
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import <React/RCTDefines.h>
#import <React/RCTWebSocketProxy.h>
#if RCT_DEV // Only supported in dev mode
@interface RCTWebSocketObserver : NSObject <RCTWebSocketObserver>
@end
#endif