mirror of
https://github.com/status-im/react-native-tcp.git
synced 2025-02-10 09:26:28 +00:00
14 lines
264 B
Objective-C
14 lines
264 B
Objective-C
/**
|
|
* Copyright (c) 2015-present, Peel Technologies, Inc.
|
|
* All rights reserved.
|
|
*/
|
|
|
|
#import "TcpSocketClient.h"
|
|
|
|
#import <React/RCTEventEmitter.h>
|
|
#import "CocoaAsyncSocket/GCDAsyncSocket.h"
|
|
|
|
@interface TcpSockets : RCTEventEmitter<SocketClientDelegate>
|
|
|
|
@end
|