SDImageCacheConfig forward declaration changed to import

This commit is contained in:
nemissm 2017-02-15 22:54:49 +10:00
parent 1e53e6c71b
commit add652e156
2 changed files with 1 additions and 3 deletions

View File

@ -8,8 +8,7 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import "SDWebImageCompat.h" #import "SDWebImageCompat.h"
#import "SDImageCacheConfig.h"
@class SDImageCacheConfig;
typedef NS_ENUM(NSInteger, SDImageCacheType) { typedef NS_ENUM(NSInteger, SDImageCacheType) {
/** /**

View File

@ -13,7 +13,6 @@
#import "UIImage+GIF.h" #import "UIImage+GIF.h"
#import "NSData+ImageContentType.h" #import "NSData+ImageContentType.h"
#import "NSImage+WebCache.h" #import "NSImage+WebCache.h"
#import "SDImageCacheConfig.h"
// See https://github.com/rs/SDWebImage/pull/1141 for discussion // See https://github.com/rs/SDWebImage/pull/1141 for discussion
@interface AutoPurgeCache : NSCache @interface AutoPurgeCache : NSCache