SDImageCacheConfig forward declaration changed to import
Showing
2 changed files
with
1 additions
and
3 deletions
@@ -8,8 +8,7 @@ | @@ -8,8 +8,7 @@ | ||
8 | 8 | ||
9 | #import <Foundation/Foundation.h> | 9 | #import <Foundation/Foundation.h> |
10 | #import "SDWebImageCompat.h" | 10 | #import "SDWebImageCompat.h" |
11 | - | ||
12 | -@class SDImageCacheConfig; | 11 | +#import "SDImageCacheConfig.h" |
13 | 12 | ||
14 | typedef NS_ENUM(NSInteger, SDImageCacheType) { | 13 | typedef NS_ENUM(NSInteger, SDImageCacheType) { |
15 | /** | 14 | /** |
@@ -13,7 +13,6 @@ | @@ -13,7 +13,6 @@ | ||
13 | #import "UIImage+GIF.h" | 13 | #import "UIImage+GIF.h" |
14 | #import "NSData+ImageContentType.h" | 14 | #import "NSData+ImageContentType.h" |
15 | #import "NSImage+WebCache.h" | 15 | #import "NSImage+WebCache.h" |
16 | -#import "SDImageCacheConfig.h" | ||
17 | 16 | ||
18 | // See https://github.com/rs/SDWebImage/pull/1141 for discussion | 17 | // See https://github.com/rs/SDWebImage/pull/1141 for discussion |
19 | @interface AutoPurgeCache : NSCache | 18 | @interface AutoPurgeCache : NSCache |
-
Please register or login to post a comment