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

@@ -33,6 +33,9 @@ NS_ASSUME_NONNULL_BEGIN
@interface DoricNativeDriver : NSObject <DoricDriverProtocol>
+ (instancetype)instance DEPRECATED_MSG_ATTRIBUTE("Do not use this api");;
@property(nonatomic, strong) DoricJSEngine *jsExecutor;
@end
NS_ASSUME_NONNULL_END