SDImageCacheConfig forward declaration changed to import
This commit is contained in:
parent
1e53e6c71b
commit
add652e156
|
@ -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) {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue