2016-02-22 17:15:39 -08:00

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