// // JXLinkCell.h // shiku_im // // Created by p on 2017/8/17. // Copyright © 2017年 Reese. All rights reserved. // #import #import "JXBaseChatCell.h" @interface JXLinkCell : JXBaseChatCell @property (nonatomic,strong) UIImageView * imageBackground; @property (nonatomic,strong) UILabel * nameLabel; @property (nonatomic,strong) UIImageView *headImageView; @end