Changes property of queue from weak to strong

This commit is contained in:
Harish Krishnamurthy 2014-12-23 16:34:27 -05:00
parent 4ceb6665b2
commit e97fea7233
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ typedef void(^SDWebImagePrefetcherCompletionBlock)(NSUInteger noOfFinishedUrls,
/**
* Queue options for Prefetcher. Defaults to Main Queue.
*/
@property (nonatomic, assign) dispatch_queue_t prefetcherQueue;
@property (nonatomic, strong) dispatch_queue_t prefetcherQueue;
@property (weak, nonatomic) id <SDWebImagePrefetcherDelegate> delegate;