mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 13:01:38 +08:00
10 lines
154 B
Objective-C
10 lines
154 B
Objective-C
#import <React/RCTBridgeModule.h>
|
|
#import <React/RCTEventEmitter.h>
|
|
|
|
|
|
@interface RCTPushy : RCTEventEmitter<RCTBridgeModule>
|
|
|
|
+ (NSURL *)bundleURL;
|
|
|
|
@end
|