mirror of
https://github.com/status-im/react-native-config.git
synced 2025-03-01 07:20:42 +00:00
9 lines
156 B
Objective-C
9 lines
156 B
Objective-C
#import "RCTBridgeModule.h"
|
|
|
|
@interface ReactNativeConfig : NSObject <RCTBridgeModule>
|
|
|
|
+ (NSDictionary *)env;
|
|
+ (NSString *)envFor: (NSString *)key;
|
|
|
|
@end
|