Doric bridge

This commit is contained in:
pengfei.zhou
2019-07-29 20:23:00 +08:00
parent 4a5acaa781
commit a17a21954a
15 changed files with 383 additions and 212 deletions

View File

@@ -16,6 +16,8 @@ NS_ASSUME_NONNULL_BEGIN
- (void)createContext:(DoricContext *)context script:(NSString *)script source:(NSString *)source;
- (void)destroyContext:(DoricContext *)context;
- (DoricContext *)getContext:(NSString *)contextId;
@end
NS_ASSUME_NONNULL_END