Няма описание

FLImageTextButton.h 312B

1234567891011121314151617
  1. //
  2. // FLImageTextButton.h
  3. // FirstLink
  4. //
  5. // Created by Lemon on 15/5/8.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FLImageTextButton : UIView
  10. @property (nonatomic, strong) UIImageView *imageView;
  11. @property (nonatomic, strong) UILabel *textLabel;
  12. @end