Merge pull request #2027 from dreampiggy/fix_test_prototype_warning

Fix clang strict prototype warning in test
This commit is contained in:
DreamPiggy 2017-09-21 10:44:30 +08:00 committed by GitHub
commit f5570320ed
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
- (nullable SDWebImageDownloadToken *)addProgressCallback:(SDWebImageDownloaderProgressBlock)progressBlock
completedBlock:(SDWebImageDownloaderCompletedBlock)completedBlock
forURL:(nullable NSURL *)url
createCallback:(SDWebImageDownloaderOperation *(^)())createCallback;
createCallback:(SDWebImageDownloaderOperation *(^)(void))createCallback;
@end
/**