Target_WebView.h 308 B

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