react-native-udp/ios/UdpSockets.h

20 lines
436 B
Objective-C

//
// RCTUDP.h
// react-native-udp
//
// Created by Mark Vayngrib on 5/8/15.
// Copyright (c) 2015 Tradle, Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <Availability.h>
#import "GCDAsyncUdpSocket.h"
#import "UdpSocketClient.h"
#import <React/RCTBridgeModule.h>
#import <React/RCTBridge.h>
#import <React/RCTEventDispatcher.h>
@interface UdpSockets : NSObject<SocketClientDelegate, RCTBridgeModule>
@end