feat:add deprecated api

This commit is contained in:
pengfei.zhou
2021-07-22 19:01:58 +08:00
committed by osborn
parent c51b03ae9c
commit 0a54a5a5e7
10 changed files with 27 additions and 7 deletions

View File

@@ -59,4 +59,6 @@
+ (BOOL)isEnableRenderSnapshot;
+ (void)setEnvironmentValue:(NSDictionary *)value;
+ (DoricJSLoaderManager *)jsLoaderManager;
@end