Merge pull request #1805 from nemissm/SDImageCacheConfig-forward-declaration-fix
SDImageCacheConfig forward declaration changed to import
This commit is contained in:
commit
4e342f6e51
|
@ -8,8 +8,7 @@
|
|||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "SDWebImageCompat.h"
|
||||
|
||||
@class SDImageCacheConfig;
|
||||
#import "SDImageCacheConfig.h"
|
||||
|
||||
typedef NS_ENUM(NSInteger, SDImageCacheType) {
|
||||
/**
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#import "UIImage+GIF.h"
|
||||
#import "NSData+ImageContentType.h"
|
||||
#import "NSImage+WebCache.h"
|
||||
#import "SDImageCacheConfig.h"
|
||||
|
||||
// See https://github.com/rs/SDWebImage/pull/1141 for discussion
|
||||
@interface AutoPurgeCache : NSCache
|
||||
|
|
Loading…
Reference in New Issue