1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-17 23:36:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

iOS bsdiff

This commit is contained in:
lvbingru
2016-04-02 14:24:33 +08:00
parent 611b0570f8
commit e2184e9d95
18 changed files with 6047 additions and 86 deletions

View File

@@ -32,6 +32,10 @@ completionHandler:(void (^)(NSString *path, NSError *error))completionHandler
[downloader download:downloadPath];
}
- (void)dealloc
{
}
- (void)download:(NSString *)path
{
NSURL *url = [NSURL URLWithString:path];