// // ADLinkVC.h // jiaPei // // Created by apple on 16/4/26. // Copyright © 2016年 JCZ. All rights reserved. // #import @interface ADLinkVC : UIViewController @property (nonatomic, copy) NSString *urlString; @end