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