Update the comments for that SDWebImageInternalSetImageGroupKey key

This commit is contained in:
DreamPiggy 2017-12-08 11:46:07 +08:00
parent e9a75c8539
commit efa030cb47
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -13,7 +13,7 @@
#import "objc/runtime.h"
#import "UIView+WebCacheOperation.h"
NSString * const SDWebImageInternalSetImageGroupKey = @"setImageGroup";
NSString * const SDWebImageInternalSetImageGroupKey = @"internalSetImageGroup";
static char imageURLKey;