Reverts queue property to assign
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -61,7 +61,7 @@ typedef void(^SDWebImagePrefetcherCompletionBlock)(NSUInteger noOfFinishedUrls, | @@ -61,7 +61,7 @@ typedef void(^SDWebImagePrefetcherCompletionBlock)(NSUInteger noOfFinishedUrls, | ||
61 | /** | 61 | /** |
62 | * Queue options for Prefetcher. Defaults to Main Queue. | 62 | * Queue options for Prefetcher. Defaults to Main Queue. |
63 | */ | 63 | */ |
64 | -@property (nonatomic, strong) dispatch_queue_t prefetcherQueue; | 64 | +@property (nonatomic, assign) dispatch_queue_t prefetcherQueue; |
65 | 65 | ||
66 | @property (weak, nonatomic) id <SDWebImagePrefetcherDelegate> delegate; | 66 | @property (weak, nonatomic) id <SDWebImagePrefetcherDelegate> delegate; |
67 | 67 |
-
Please register or login to post a comment