// // commWebViewController.h // Lookfit // // Created by ecell on 2023/3/16. // Copyright © 2023 Sheldon. All rights reserved. // #import #import NS_ASSUME_NONNULL_BEGIN @interface commWebViewController : UIViewController @property (nonatomic ,strong) NSString *navTitle; @property (nonatomic ,strong) NSString *url; @end NS_ASSUME_NONNULL_END