// // MyWebViewVC.h // jiaPei // // Created by EchoShacolee on 2018/9/5. // Copyright © 2018年 JCZ. All rights reserved. // #import <UIKit/UIKit.h> @interface MyWebViewVC : UIViewController @property(nonatomic, copy)NSString *urlString; @end