lpw
2021-08-10 9c03ac6718e71f68d1a6d6766e85e185d9cf6bb0
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