Merge pull request #422 from BB9z/WebP_switch

Import WebP category only when the macro is activated.
This commit is contained in:
Olivier Poitrey 2013-06-16 03:15:57 -07:00
commit 0b330b562b
1 changed files with 3 additions and 0 deletions

View File

@ -8,7 +8,10 @@
#import "UIImage+MultiFormat.h"
#import "UIImage+GIF.h"
#ifdef SD_WEBP
#import "UIImage+WebP.h"
#endif
@implementation UIImage (MultiFormat)