Doric Async and so on

This commit is contained in:
pengfei.zhou
2019-07-26 14:19:42 +08:00
parent 40165bca14
commit f0b003cb66
25 changed files with 523 additions and 152 deletions

View File

@@ -9,6 +9,8 @@
#import "ViewController.h"
#import "UIView+Doric.h"
#import "DoricJSCoreExecutor.h"
#import "DoricUtil.h"
#import "DoricJSEngine.h"
@interface ViewController ()
@@ -31,6 +33,9 @@ - (void)viewDidLoad {
}@catch(NSException *e){
NSLog(@"catch Exception: %@,reason is %@",e.name,e.reason);
}
DoricLog(@"%@",@"testxxxxx");
DoricLog(@"test2rwr");
DoricJSEngine *jsengine = [[DoricJSEngine alloc] init];
}