Use @import

This commit is contained in:
Akira 2019-05-21 01:21:19 +09:00
parent e51a2187ba
commit 16ef0cf1a7
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@
*/ */
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import <SDWebImage/SDImageCoder.h> @import SDWebImage;
/** /**
Built in coder that supports WebP and animated WebP Built in coder that supports WebP and animated WebP

View File

@ -6,8 +6,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
@import UIKit; @import SDWebImage;
#import <SDWebImage/SDWebImageCompat.h>
// This category is just use as a convenience method. For more detail control, use methods in `UIImage+MultiFormat.h` or directlly use `SDImageCoder` // This category is just use as a convenience method. For more detail control, use methods in `UIImage+MultiFormat.h` or directlly use `SDImageCoder`
@interface UIImage (WebP) @interface UIImage (WebP)