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

@@ -28,7 +28,6 @@
#import "DoricSingleton.h"
@interface DoricNativeDriver ()
@property(nonatomic, strong) DoricJSEngine *jsExecutor;
@end
@implementation DoricNativeDriver