暫無描述

FKShareListCell.h 406B

12345678910111213141516171819
  1. //
  2. // FKShareListCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/4/9.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FKShareListCell : UITableViewCell
  10. @property (nonatomic, strong) UIImageView *imgView;
  11. @property (nonatomic, strong) UILabel *titleLabel;
  12. @property (nonatomic, strong) UIButton *selectBtn;
  13. + (CGFloat)imageViewMargin;
  14. @end