Skip to content

Commit

Permalink
Add newline to avoid compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbuerger committed Jun 29, 2015
1 parent b111d62 commit d107a80
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 d107a80

Please sign in to comment.