// // LMWebviewController.h // LMWebview // // Created by Leesim on 2018/6/25. // Copyright © 2018年 LiMing. All rights reserved. // #import @interface LMWebviewController : UIViewController //传递进来加载的网页 @property (nonatomic,copy) NSString * urlString; @end