// // JXTransferCell.h // shiku_im // // Created by 1 on 2019/3/1. // Copyright © 2019年 Reese. All rights reserved. // #import "JXBaseChatCell.h" @interface JXTransferCell : JXBaseChatCell @property (nonatomic, strong) JXImageView* imageBackground; @end