JXMergeRelayCell.h 320 B

12345678910111213141516
  1. //
  2. // JXMergeRelayCell.h
  3. // shiku_im
  4. //
  5. // Created by p on 2018/7/5.
  6. // Copyright © 2018年 Reese. All rights reserved.
  7. //
  8. #import "JXBaseChatCell.h"
  9. @interface JXMergeRelayCell : JXBaseChatCell
  10. @property (nonatomic,strong) UIImageView * imageBackground;
  11. @property (nonatomic,strong) UILabel * titleLabel;
  12. @end