Changes property of queue from weak to strong
This commit is contained in:
parent
4ceb6665b2
commit
e97fea7233
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue