lpw
2023-06-14 0bf4fbe23108215661378c9ac0561a1ae309c0aa
commit | author | age
ab47ec 1 //
H 2 //  WAWebViewController.h
3 //  WACommon
4 //
5 //  Created by hank on 2018/8/23.
6 //  Copyright © 2018年 GHW-T-01. All rights reserved.
7 //
8
9 #import <UIKit/UIKit.h>
10
11 @interface WAWebViewController : UIViewController
12
13 @property (nonatomic, strong) NSString *url;
14 @property (nonatomic, copy) void(^handler)(BOOL isClose);
15
16 @end