12345678910111213141516171819 |
- //
- // Target_WebView.h
- // Asteria
- //
- // Created by iOS on 2023/6/24.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface Target_WebView : NSObject
- /// title: 标题 url: 加载链接
- - (UIViewController *)Action_getWebViewVc:(NSDictionary *)params;
- @end
- NS_ASSUME_NONNULL_END
|