TCommonContactCell Class Reference

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

Overview

本文件声明了通用联系人单元,负责显示

Other Methods

– initWithStyle:reuseIdentifier:

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

– fillWithData:

- (void)fillWithData:(TCommonContactCellData *)contactData

Other Methods

  avatarView

@property UIImageView *avatarView

  titleLabel

@property UILabel *titleLabel

  contactData

@property (readonly) TCommonContactCellData *contactData