| 123456789101112131415161718 |
- //
- // ComonWKWebViewController.h
- // AICity
- //
- // Created by 刘伟伟 on 2023/7/27.
- // Copyright © 2023 wei.z. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface ComonWKWebViewController : UIViewController
- @property(nonatomic,strong)NSString *title;
- @property(nonatomic,strong)NSString *url;
- @end
- NS_ASSUME_NONNULL_END
|