Add newline to avoid compiler warning
This commit is contained in:
parent
b111d6246a
commit
d107a80189
|
@ -16,8 +16,6 @@ FOUNDATION_EXPORT const unsigned char WebImageVersionString[];
|
|||
|
||||
// In this header, you should import all the public headers of your framework using statements like #import <WebImage/PublicHeader.h>
|
||||
|
||||
|
||||
|
||||
#import <WebImage/SDWebImageManager.h>
|
||||
#import <WebImage/SDImageCache.h>
|
||||
#import <WebImage/UIImageView+WebCache.h>
|
||||
|
@ -34,4 +32,4 @@ FOUNDATION_EXPORT const unsigned char WebImageVersionString[];
|
|||
#import <WebImage/SDWebImageDecoder.h>
|
||||
#import <WebImage/UIImage+WebP.h>
|
||||
#import <WebImage/UIImage+GIF.h>
|
||||
#import <WebImage/NSData+ImageContentType.h>
|
||||
#import <WebImage/NSData+ImageContentType.h>
|
||||
|
|
Loading…
Reference in New Issue