JXTransferCell.h 265 B

123456789101112131415
  1. //
  2. // JXTransferCell.h
  3. // shiku_im
  4. //
  5. // Created by 1 on 2019/3/1.
  6. // Copyright © 2019年 Reese. All rights reserved.
  7. //
  8. #import "JXBaseChatCell.h"
  9. @interface JXTransferCell : JXBaseChatCell
  10. @property (nonatomic, strong) JXImageView* imageBackground;
  11. @end