No Description

AllWebControl.h 270B

12345678910111213141516
  1. //
  2. // AllWebsiteControl.h
  3. // FirstLink
  4. //
  5. // Created by 施昌鹏 on 16/8/17.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface AllWebControl : UIControl
  10. @property (nonatomic, strong) UILabel *websiteLabel;
  11. @end