Merge pull request #637 from runmad/master

Missing method definition in header file
This commit is contained in:
Olivier Poitrey 2014-02-15 13:20:56 -08:00
commit 1b394c14b6
1 changed files with 2 additions and 1 deletions

View File

@ -73,9 +73,10 @@
* and skips images for failed downloads and proceed to the next image in the list * and skips images for failed downloads and proceed to the next image in the list
* *
* @param urls list of URLs to prefetch * @param urls list of URLs to prefetch
* @param progressBlock block to be called when progress updates
* @param completionBlock block to be called when prefetching is completed * @param completionBlock block to be called when prefetching is completed
*/ */
- (void)prefetchURLs:(NSArray *)urls completed:(void (^)(NSUInteger finishedCount, NSUInteger skippedCount))completionBlock; - (void)prefetchURLs:(NSArray *)urls progress:(void (^)(NSUInteger, NSUInteger))progressBlock completed:(void (^)(NSUInteger, NSUInteger))completionBlock;
/** /**
* Remove and cancel queued list * Remove and cancel queued list