Skip to content

Commit f717d50

Browse files
committed
Missing method definition in header file
1 parent 65acbec commit f717d50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SDWebImage/SDWebImagePrefetcher.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@
7373
* and skips images for failed downloads and proceed to the next image in the list
7474
*
7575
* @param urls list of URLs to prefetch
76+
* @param progressBlock block to be called when progress updates
7677
* @param completionBlock block to be called when prefetching is completed
7778
*/
78-
- (void)prefetchURLs:(NSArray *)urls completed:(void (^)(NSUInteger finishedCount, NSUInteger skippedCount))completionBlock;
79+
- (void)prefetchURLs:(NSArray *)urls progress:(void (^)(NSUInteger, NSUInteger))progressBlock completed:(void (^)(NSUInteger, NSUInteger))completionBlock;
7980

8081
/**
8182
* Remove and cancel queued list

0 commit comments

Comments
 (0)