Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit f553fa8

Browse files
committed
download-progress
1 parent 7e0645a commit f553fa8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CodePush.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
#import "RCTBridgeModule.h"
22

3+
@interface CodePush : NSObject<RCTBridgeModule>
4+
5+
+ (NSURL *)getBundleUrl;
6+
+ (NSString *)getDocumentsDirectory;
7+
8+
@end
9+
310
@interface CodePushConfig : NSObject
411

512
+ (void)setDeploymentKey:(NSString *)deploymentKey;
@@ -40,13 +47,6 @@ failCallback:(void (^)(NSError *err))failCallback;
4047

4148
@end
4249

43-
@interface CodePush : NSObject<RCTBridgeModule>
44-
45-
+ (NSURL *)getBundleUrl;
46-
+ (NSString *)getDocumentsDirectory;
47-
48-
@end
49-
5050
@interface CodePushPackage : NSObject
5151

5252
+ (void)applyPackage:(NSDictionary *)updatePackage

0 commit comments

Comments
 (0)