CTMediator+ASWebView.h 327 B

1234567891011121314151617181920
  1. //
  2. // CTMediator+ASWebView.h
  3. // Asteria
  4. //
  5. // Created by iOS on 2023/6/24.
  6. //
  7. #import <CTMediator/CTMediator.h>
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface CTMediator (ASWebView)
  11. /// title: 标题 url: 加载链接
  12. -(UIViewController *)getWebViewVc:(NSDictionary *)params;
  13. @end
  14. NS_ASSUME_NONNULL_END