iOS: fix import error
This commit is contained in:
parent
8aebbc7a36
commit
66692316de
@ -27,6 +27,7 @@
|
|||||||
#import "DoricThirdParty.h"
|
#import "DoricThirdParty.h"
|
||||||
#import <JavaScriptCore/JavaScriptCore.h>
|
#import <JavaScriptCore/JavaScriptCore.h>
|
||||||
#import <JSValue+Doric.h>
|
#import <JSValue+Doric.h>
|
||||||
|
#import <DoricPromise.h>
|
||||||
|
|
||||||
#if DORIC_USE_YYWEBIMAGE
|
#if DORIC_USE_YYWEBIMAGE
|
||||||
|
|
||||||
@ -54,7 +55,6 @@ - (void)displayLayer:(CALayer *)layer {
|
|||||||
#elif DORIC_USE_SDWEBIMAGE
|
#elif DORIC_USE_SDWEBIMAGE
|
||||||
|
|
||||||
#import <SDWebImage/SDWebImage.h>
|
#import <SDWebImage/SDWebImage.h>
|
||||||
#import <DoricPromise.h>
|
|
||||||
|
|
||||||
@interface DoricImageView : SDAnimatedImageView
|
@interface DoricImageView : SDAnimatedImageView
|
||||||
@end
|
@end
|
||||||
|
Reference in New Issue
Block a user