From f553fa83d4911f318b45a0ac86a67297b65569ad Mon Sep 17 00:00:00 2001 From: Geoffrey Goh Date: Thu, 12 Nov 2015 20:38:11 -0800 Subject: [PATCH] download-progress --- CodePush.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CodePush.h b/CodePush.h index 223ecbf..8dc703e 100644 --- a/CodePush.h +++ b/CodePush.h @@ -1,5 +1,12 @@ #import "RCTBridgeModule.h" +@interface CodePush : NSObject + ++ (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 - -+ (NSURL *)getBundleUrl; -+ (NSString *)getDocumentsDirectory; - -@end - @interface CodePushPackage : NSObject + (void)applyPackage:(NSDictionary *)updatePackage