mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-11 08:04:23 +08:00
9 lines
298 B
Objective-C
9 lines
298 B
Objective-C
#import "RCTBridgeModule.h"
|
|
|
|
@interface HybridMobileDeploy : NSObject <RCTBridgeModule>
|
|
+ (NSString *) getBundlePath:(NSString*)bundleName;
|
|
+ (NSURL *) getNativeBundleURL:(NSString*)bundleName;
|
|
+ (NSURL *)appBundleUrl:(NSString*)bundleName
|
|
nativeBundleName:(NSString*)nativeBundleName;
|
|
@end
|