Add newline to avoid compiler warning

This commit is contained in:
Florian Buerger 2015-06-29 11:48:49 +02:00
parent b111d6246a
commit d107a80189
1 changed files with 1 additions and 3 deletions

View File

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