JXRemindCell.h 380 B

12345678910111213141516
  1. //
  2. // JXRemindCell.h
  3. // shiku_im
  4. //
  5. // Created by Apple on 16/10/11.
  6. // Copyright © 2016年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "JXBaseChatCell.h"
  10. @interface JXRemindCell : JXBaseChatCell
  11. @property (nonatomic,strong) UILabel* messageRemind;
  12. @property (nonatomic, strong) UIButton *confirmBtn;
  13. @property (nonatomic, strong) UIView *baseView;
  14. @end