Merge pull request #1805 from nemissm/SDImageCacheConfig-forward-declaration-fix

SDImageCacheConfig forward declaration changed to import
This commit is contained in:
Bogdan Poplauschi 2017-02-19 14:29:51 +02:00 committed by GitHub
commit 4e342f6e51
2 changed files with 1 additions and 3 deletions

View File

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

View File

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