Merge pull request #637 from runmad/master
Missing method definition in header file
This commit is contained in:
commit
1b394c14b6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue