/** 给msgVC设置的。左边是imageView。textLabel和detail上下分布 */ #import @interface STCell : UITableViewCell /**系统消息的model */ @property(nonatomic,strong)NSDictionary* model; /**回复与赞的model */ @property(nonatomic,strong)NSDictionary* modelReply; +(STCell*)cellForTableView:(UITableView*)tableView; @end /** 如果回复cell和系统消息cell布局不同。可以设置不同的model。然后。判断model来进行layoutsubview */