Skip to content

Commit

Permalink
Remove a bunch of warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Dec 20, 2017
1 parent 6ee8812 commit 703e611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sparkle/SUBasicUpdateDriver.h
Expand Up @@ -35,7 +35,7 @@
- (void)downloaderDidSetDestinationName:(NSString *)destinationName temporaryDirectory:(NSString *)temporaryDirectory;
- (void)downloaderDidReceiveExpectedContentLength:(int64_t)expectedContentLength;
- (void)downloaderDidReceiveDataOfLength:(uint64_t)length;
- (void)downloaderDidFinishWithTemporaryDownloadData:(SPUDownloadData * _Nullable)downloadData;
- (void)downloaderDidFinishWithTemporaryDownloadData:(SPUDownloadData *)downloadData;
- (void)downloaderDidFailWithError:(NSError *)error;

- (void)extractUpdate;
Expand Down

0 comments on commit 703e611

Please sign in to comment.