Files
react-native-google-place-p…/ios/RNGooglePlacePicker.h
2017-12-21 16:58:37 +05:45

10 lines
191 B
Objective-C

#if __has_include(<React/RCTBridgeModule.h>)
#import <React/RCTBridgeModule.h>
#else
#import "RCTBridgeModule.h"
#endif
@interface RNGooglePlacePicker : NSObject <RCTBridgeModule>
@end