// // WEBViewController.h // BuWanVideo2.0 // // Created by apple on 16/9/18. // Copyright © 2016年 com.yeshi.buwansheque.ios. All rights reserved. // #import @interface WEBViewController : UIViewController @property (nonatomic , strong) NSString *url; @property (nonatomic) UIInterfaceOrientationMask orMake; @end