// // CTMediator+ASWebView.m // Asteria // // Created by iOS on 2023/6/24. // #import "CTMediator+ASWebView.h" @implementation CTMediator (ASWebView) /// title: 标题 url: 加载链接 -(UIViewController *)getWebViewVc:(NSDictionary *)params{ return [self performTarget:@"WebView" action:@"getWebViewVc" params:params shouldCacheTarget:NO]; } @end