Made sure SDWebImageCompat.h is imported in all the headers
Showing
2 changed files
with
2 additions
and
0 deletions
@@ -8,6 +8,7 @@ | @@ -8,6 +8,7 @@ | ||
8 | */ | 8 | */ |
9 | 9 | ||
10 | #import <Foundation/Foundation.h> | 10 | #import <Foundation/Foundation.h> |
11 | +#import "SDWebImageCompat.h" | ||
11 | 12 | ||
12 | typedef NS_ENUM(NSInteger, SDImageFormat) { | 13 | typedef NS_ENUM(NSInteger, SDImageFormat) { |
13 | SDImageFormatUndefined = -1, | 14 | SDImageFormatUndefined = -1, |
-
Please register or login to post a comment