Import WebP category only when the macro is activated.

This commit is contained in:
BB9z 2013-06-16 18:01:02 +08:00
parent 2f98db9888
commit 4eaf0d7cee
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)