mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
2525feb37f
Reviewed By: javache Differential Revision: D3292473 fbshipit-source-id: f9a9e0a1b5a12f7fa8b36ebdba88405370f91c54
16 lines
445 B
Objective-C
16 lines
445 B
Objective-C
/**
|
|
* 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 "RCTEventEmitter.h"
|
|
#import "RCTSRWebSocket.h"
|
|
|
|
@interface RCTWebSocketModule : RCTEventEmitter <RCTSRWebSocketDelegate>
|
|
|
|
@end
|