TCommonPendencyCell Class Reference

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

Other Methods

– initWithStyle:reuseIdentifier:

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

– awakeFromNib

- (void)awakeFromNib

– setSelected:animated:

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

– fillWithData:

- (void)fillWithData:(TCommonPendencyCellData *)pendencyData

– agreeClick

- (void)agreeClick

– gestureRecognizer:shouldReceiveTouch:

- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceiveTouch:(UITouch *)touch

Other Methods

  avatarView

@property UIImageView *avatarView

  titleLabel

@property UILabel *titleLabel

  addSourceLabel

@property UILabel *addSourceLabel

  addWordingLabel

@property UILabel *addWordingLabel

  agreeButton

@property UIButton *agreeButton

  pendencyData

@property (nonatomic) TCommonPendencyCellData *pendencyData