// // WebControllerView.h // BuWanVideo2.0 // // Created by weikou2016 on 16/8/17. // Copyright © 2016年 com.yeshi.buwansheque.ios. All rights reserved. // #import @interface WebControllerView : UIViewController @property (strong, nonatomic)NSURL *url; @end