mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 23:59:42 +08:00
Fix typo in HybridMobileDeploy.ios.js
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#import "RCTBridgeModule.h"
|
||||
|
||||
@interface HybridMobileDeploy : NSObject <RCTBridgeModule>
|
||||
+ (NSString *) getBundleFolderPath:(NSString*)bundleName;
|
||||
+ (NSString *) getBundlePath:(NSString*)bundleName;
|
||||
+ (NSURL *) getNativeBundleURL:(NSString*)bundleName;
|
||||
+ (NSURL *)appBundleUrl:(NSString*)bundleName
|
||||
nativeBundleName:(NSString*)nativeBundleName;
|
||||
|
||||
Reference in New Issue
Block a user