// // commWebViewController.h // LekangGuard // // Created by ecell on 2023/1/7. // #import "BaseViewController.h" #import NS_ASSUME_NONNULL_BEGIN @interface commWebViewController : BaseViewController @property (nonatomic, strong) WKWebView *myWebView; @property (nonatomic, strong) NSString *url; /** 内容 如果为空的时候加载 url */ @property (nonatomic, strong) NSString *content; @property (nonatomic ,strong) NSString *navTitle; @end NS_ASSUME_NONNULL_END