Skip to content

Commit 6cd883e

Browse files
authored
Update UdpSocketClient.h
1 parent 11d2666 commit 6cd883e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ios/UdpSocketClient.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
//
88

99
#import <Foundation/Foundation.h>
10+
#if __has_include("RCTBridgeModule.h")
11+
#import "RCTBridgeModule.h"
12+
#else
1013
#import <React/RCTBridgeModule.h>
11-
14+
#endif
1215
extern NSString *const RCTUDPErrorDomain;
1316

1417
enum RCTUDPError

0 commit comments

Comments
 (0)