// // DYWKWebVC.h // DYAdAlertViewApp // // Created by Daniel Yao on 16/12/16. // Copyright © 2016年 Daniel Yao. All rights reserved. // #import <UIKit/UIKit.h> @interface DYWKWebVC : UIViewController @property(nonatomic,copy)NSString *urlStr; @end