Skip to content

Commit

Permalink
Merge pull request SDWebImage#1199 from keslcod/master
Browse files Browse the repository at this point in the history
A minor thing: Avoid compiler warning about the missing new line at the end of the file
  • Loading branch information
bpoplauschi committed Jun 29, 2015
2 parents b111d62 + d107a80 commit ef57824
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions WebImage/WebImage.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

0 comments on commit ef57824

Please sign in to comment.