Merge pull request #2330 from dreampiggy/bugfix_watchOS_animated_image

Fix that watchOS UIImage+WebCache does not mark as available and cause crash
This commit is contained in:
DreamPiggy 2018-05-24 02:06:33 +08:00 committed by GitHub
commit 522e729094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)