Skip to content

Commit fb4b9e7

Browse files
committed
Using the framework import instead of module import to support project without clang module
1 parent 299d1d7 commit fb4b9e7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

SDWebImageWebPCoder/Classes/SDImageWebPCoder.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
* file that was distributed with this source code.
77
*/
88

9-
#import <Foundation/Foundation.h>
10-
@import SDWebImage;
9+
#import <SDWebImage/SDWebImage.h>
1110

1211
/**
1312
Built in coder that supports WebP and animated WebP

SDWebImageWebPCoder/Classes/UIImage+WebP.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* file that was distributed with this source code.
77
*/
88

9-
@import SDWebImage;
9+
#import <SDWebImage/SDWebImage.h>
1010

1111
// This category is just use as a convenience method. For more detail control, use methods in `UIImage+MultiFormat.h` or directlly use `SDImageCoder`
1212
@interface UIImage (WebP)

0 commit comments

Comments
 (0)