// // JXMergeRelayCell.h // shiku_im // // Created by p on 2018/7/5. // Copyright © 2018年 Reese. All rights reserved. // #import "JXBaseChatCell.h" @interface JXMergeRelayCell : JXBaseChatCell @property (nonatomic,strong) UIImageView * imageBackground; @property (nonatomic,strong) UILabel * titleLabel; @end