修改商品展示的样式:
/**
重定义实现聊窗商品头信息
@param model 商品信息model
@parm cell
@param action 发送商品信息的点击事件
@return 返回被定义的view
*/
- (UIView *)ntalker_reSetProductInfoViewWithGoodsInfo:(NTalkerChatTableHeaderModel *)model cell:(UITableViewCell *)cell sendGoodsInfoSelector:(SEL)action
{
UIView *view = [[UIView alloc] init];
view.backgroundColor = [UIColor blueColor];
return view;
}