Fix clang strict prototype warning in test

This commit is contained in:
DreamPiggy 2017-09-21 10:15:30 +08:00
parent e4ab5ebce2
commit 05dfa6c588
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
/**