LMWebviewController.h 301 B

1234567891011121314151617
  1. //
  2. // LMWebviewController.h
  3. // LMWebview
  4. //
  5. // Created by Leesim on 2018/6/25.
  6. // Copyright © 2018年 LiMing. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface LMWebviewController : UIViewController
  10. //传递进来加载的网页
  11. @property (nonatomic,copy) NSString * urlString;
  12. @end