mirror of
https://github.com/status-im/react-native-config.git
synced 2025-03-01 07:20:42 +00:00
13 lines
241 B
Objective-C
13 lines
241 B
Objective-C
//
|
|
// ReactNativeConfig.h
|
|
// ReactNativeConfig
|
|
//
|
|
// Created by Pedro Belo on 2/22/16.
|
|
// Copyright © 2016 Pedro Belo. All rights reserved.
|
|
//
|
|
|
|
#import "RCTBridgeModule.h"
|
|
|
|
@interface ReactNativeConfig : NSObject <RCTBridgeModule>
|
|
@end
|