mirror of
https://github.com/status-im/react-native-languages.git
synced 2025-01-29 17:36:16 +00:00
10 lines
188 B
Objective-C
Executable File
10 lines
188 B
Objective-C
Executable File
#if __has_include(<React/RCTBridgeModule.h>)
|
|
#import <React/RCTBridgeModule.h>
|
|
#else
|
|
#import "RCTBridgeModule.h"
|
|
#endif
|
|
|
|
@interface ReactNativeLanguages : NSObject <RCTBridgeModule>
|
|
|
|
@end
|