mirror of
https://github.com/status-im/react-native-i18n.git
synced 2025-01-19 08:30:59 +00:00
9 lines
167 B
Objective-C
9 lines
167 B
Objective-C
#if __has_include("RCTBridgeModule.h")
|
|
#import "RCTBridgeModule.h"
|
|
#else
|
|
#import <React/RCTBridgeModule.h>
|
|
#endif
|
|
|
|
@interface RNI18n : NSObject <RCTBridgeModule>
|
|
@end
|