Authored by Bogdan Poplauschi

Merge pull request #1199 from keslcod/master

A minor thing: Avoid compiler warning about the missing new line at the end of the 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>
\ No newline at end of file
#import <WebImage/NSData+ImageContentType.h>
... ...