Update the comments for that SDWebImageInternalSetImageGroupKey key
This commit is contained in:
parent
e9a75c8539
commit
efa030cb47
|
@ -13,7 +13,7 @@
|
|||
#import "SDWebImageManager.h"
|
||||
|
||||
/**
|
||||
A Dispatch group to maintain setImageBlock and completionBlock. This key should only be used internal and may be changed in the future. (dispatch_group_t)
|
||||
A Dispatch group to maintain setImageBlock and completionBlock. This key should be used only internally and may be changed in the future. (dispatch_group_t)
|
||||
*/
|
||||
FOUNDATION_EXPORT NSString * _Nonnull const SDWebImageInternalSetImageGroupKey;
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#import "objc/runtime.h"
|
||||
#import "UIView+WebCacheOperation.h"
|
||||
|
||||
NSString * const SDWebImageInternalSetImageGroupKey = @"setImageGroup";
|
||||
NSString * const SDWebImageInternalSetImageGroupKey = @"internalSetImageGroup";
|
||||
|
||||
static char imageURLKey;
|
||||
|
||||
|
|
Loading…
Reference in New Issue