Fix that watchOS UIImage+WebCache does not mark as available and cause crash

This commit is contained in:
DreamPiggy 2018-05-24 01:37:11 +08:00
parent 42e9376db4
commit 0471861d23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#import "NSImage+Compatibility.h"
#import "objc/runtime.h"
#if SD_UIKIT
#if SD_UIKIT || SD_WATCH
@implementation UIImage (WebCache)