12345678910111213141516171819 |
- //
- // FKShareListCell.h
- // FirstLink
- //
- // Created by jack on 16/4/9.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKShareListCell : UITableViewCell
- @property (nonatomic, strong) UIImageView *imgView;
- @property (nonatomic, strong) UILabel *titleLabel;
- @property (nonatomic, strong) UIButton *selectBtn;
- + (CGFloat)imageViewMargin;
- @end
|