TCommonContactSelectCell Class Reference

Inherits from TCommonTableViewCell : UITableViewCell
Declared in TCommonContactSelectCell.h
TCommonContactSelectCell.m

Other Methods

– awakeFromNib

- (void)awakeFromNib

– setSelected:animated:

- (void)setSelected:(BOOL)selected animated:(BOOL)animated

– initWithStyle:reuseIdentifier:

- (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier

– setupBinds

- (void)setupBinds

– fillWithData:

- (void)fillWithData:(TCommonContactSelectCellData *)selectData

Other Methods

  selectButton

@property UIButton *selectButton

  avatarView

@property UIImageView *avatarView

  titleLabel

@property UILabel *titleLabel

  selectData

@property (readonly) TCommonContactSelectCellData *selectData