fix publish error

This commit is contained in:
pengfei.zhou 2020-02-27 18:58:06 +08:00 committed by osborn
parent bf92d645c8
commit 1a754b2558
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
// //
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import "DoricDriverProtocol.h" #import <DoricCore/Doric.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN

View File

@ -23,7 +23,7 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import <JavaScriptCore/JavaScriptCore.h> #import <JavaScriptCore/JavaScriptCore.h>
#import "DoricJSEngine.h" #import <DoricCore/DoricJSEngine.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN

View File

@ -21,7 +21,7 @@
// //
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import "DoricJSExecutorProtocol.h" #import <DoricCore/DoricJSExecutorProtocol.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN