Merge branch 'refactor_api_style' into 5.x

This commit is contained in:
DreamPiggy 2018-04-05 01:36:34 +08:00
commit 1dcd4441e1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#import "SDWebImageCompat.h"
typedef void(^SDWebImageNoParamsBlock)(void);
typedef NSString * SDWebImageContextOption NS_STRING_ENUM;
typedef NSString * SDWebImageContextOption NS_EXTENSIBLE_STRING_ENUM;
typedef NSDictionary<SDWebImageContextOption, id> SDWebImageContext;
typedef NSMutableDictionary<SDWebImageContextOption, id> SDWebImageMutableContext;