2016-02-16 23:04:18 -08:00
|
|
|
/**
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
|
2016-11-23 07:47:52 -08:00
|
|
|
#import <React/RCTDefines.h>
|
2016-12-08 07:28:16 -08:00
|
|
|
#import <React/RCTWebSocketObserverProtocol.h>
|
2016-02-16 23:04:18 -08:00
|
|
|
|
|
|
|
#if RCT_DEV // Only supported in dev mode
|
|
|
|
|
2016-12-08 07:28:12 -08:00
|
|
|
@interface RCTWebSocketObserver : NSObject <RCTWebSocketObserver>
|
|
|
|
@end
|
|
|
|
|
2016-02-16 23:04:18 -08:00
|
|
|
#endif
|