atomicity was implicit (compiler complained). Declared 'nonatomic' as that's fairly standard on iOS
This commit is contained in:
parent
11125c4379
commit
3c82278727
|
@ -166,7 +166,7 @@ SDWebImageManager *manager = [SDWebImageManager sharedManager];
|
|||
|
||||
* @endcode
|
||||
*/
|
||||
@property (copy) SDWebImageCacheKeyFilterBlock cacheKeyFilter;
|
||||
@property (nonatomic, copy) SDWebImageCacheKeyFilterBlock cacheKeyFilter;
|
||||
|
||||
/**
|
||||
* Returns global SDWebImageManager instance.
|
||||
|
|
Loading…
Reference in New Issue