Merge pull request #422 from BB9z/WebP_switch
Import WebP category only when the macro is activated.
This commit is contained in:
commit
0b330b562b
|
@ -8,7 +8,10 @@
|
|||
|
||||
#import "UIImage+MultiFormat.h"
|
||||
#import "UIImage+GIF.h"
|
||||
|
||||
#ifdef SD_WEBP
|
||||
#import "UIImage+WebP.h"
|
||||
#endif
|
||||
|
||||
@implementation UIImage (MultiFormat)
|
||||
|
||||
|
|
Loading…
Reference in New Issue