Reverts queue property to assign

This commit is contained in:
Harish Krishnamurthy 2014-12-23 17:37:27 -05:00
parent e97fea7233
commit c59160e6da
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. * Queue options for Prefetcher. Defaults to Main Queue.
*/ */
@property (nonatomic, strong) dispatch_queue_t prefetcherQueue; @property (nonatomic, assign) dispatch_queue_t prefetcherQueue;
@property (weak, nonatomic) id <SDWebImagePrefetcherDelegate> delegate; @property (weak, nonatomic) id <SDWebImagePrefetcherDelegate> delegate;