Merge pull request #1199 from keslcod/master

A minor thing: Avoid compiler warning about the missing new line at the end of the file
This commit is contained in:
Bogdan Poplauschi 2015-06-29 14:36:09 +03:00
commit ef578240b3
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>