// // AllWebsiteControl.h // FirstLink // // Created by 施昌鹏 on 16/8/17. // Copyright © 2016年 FirstLink. All rights reserved. // #import @interface AllWebControl : UIControl @property (nonatomic, strong) UILabel *websiteLabel; @end