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 |