Import WebP category only when the macro is activated.
This commit is contained in:
parent
2f98db9888
commit
4eaf0d7cee
|
@ -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