feat:add deprecated api
This commit is contained in:
@@ -51,4 +51,8 @@ + (BOOL)isEnableRenderSnapshot {
|
||||
+ (void)setEnvironmentValue:(NSDictionary *)value {
|
||||
[DoricSingleton.instance setEnvironmentValue:value];
|
||||
}
|
||||
|
||||
+ (DoricJSLoaderManager *)jsLoaderManager {
|
||||
return DoricSingleton.instance.jsLoaderManager;
|
||||
}
|
||||
@end
|
||||
Reference in New Issue
Block a user