// // CustomerWebViewController.h // VclustersGemini // // Created by 余衡武 on 2022/8/11. // Copyright © 2022 APPLE. All rights reserved. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface CustomerWebViewController : BaseViewController @property (nonatomic,copy) NSString *webUrl; @property (nonatomic,copy) NSString *titleStr; @property (nonatomic,assign) BOOL needHidenNav; @property (nonatomic,copy) void (^didClickBackFun)(void); @end NS_ASSUME_NONNULL_END