add interface to provide jse

This commit is contained in:
王劲鹏
2022-01-07 17:21:41 +08:00
committed by osborn
parent 1c4b1181d3
commit e3f45676d6
6 changed files with 6 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ NS_ASSUME_NONNULL_BEGIN
@property(nonatomic, strong) id <DoricJSExecutorProtocol> jsExecutor;
@property(nonatomic, strong) NSThread *jsThread;
@property(nonatomic, strong) DoricRegistry *registry;