Fix macos build failed
This commit is contained in:
parent
3fbb7856e5
commit
62ce1d3b5e
|
@ -6,7 +6,7 @@
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import "SDWebImageCompat.h"
|
||||||
|
|
||||||
@interface UIImage (CacheMemoryCost)
|
@interface UIImage (CacheMemoryCost)
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#import "UIImage+CacheMemoryCost.h"
|
#import "UIImage+CacheMemoryCost.h"
|
||||||
#import "SDWebImageCompat.h"
|
|
||||||
#import "objc/runtime.h"
|
#import "objc/runtime.h"
|
||||||
|
|
||||||
FOUNDATION_STATIC_INLINE NSUInteger SDCacheCostForImage(UIImage *image) {
|
FOUNDATION_STATIC_INLINE NSUInteger SDCacheCostForImage(UIImage *image) {
|
||||||
|
|
Loading…
Reference in New Issue