download-progress

This commit is contained in:
Geoffrey Goh
2015-11-12 20:38:11 -08:00
parent 7e0645a939
commit f553fa83d4

View File

@@ -1,5 +1,12 @@
#import "RCTBridgeModule.h"
@interface CodePush : NSObject<RCTBridgeModule>
+ (NSURL *)getBundleUrl;
+ (NSString *)getDocumentsDirectory;
@end
@interface CodePushConfig : NSObject
+ (void)setDeploymentKey:(NSString *)deploymentKey;
@@ -40,13 +47,6 @@ failCallback:(void (^)(NSError *err))failCallback;
@end
@interface CodePush : NSObject<RCTBridgeModule>
+ (NSURL *)getBundleUrl;
+ (NSString *)getDocumentsDirectory;
@end
@interface CodePushPackage : NSObject
+ (void)applyPackage:(NSDictionary *)updatePackage