JXShareCell.h 558 B

123456789101112131415161718192021
  1. //
  2. // JXShareCell.h
  3. // shiku_im
  4. //
  5. // Created by p on 2018/11/3.
  6. // Copyright © 2018年 Reese. All rights reserved.
  7. //
  8. #import "JXBaseChatCell.h"
  9. @interface JXShareCell : JXBaseChatCell
  10. @property (nonatomic, strong) UILabel *title;
  11. @property (nonatomic, strong) UILabel *subTitle;
  12. @property (nonatomic, strong) UIImageView *shareImage;
  13. @property (nonatomic, strong) UIImageView *skIcon;
  14. @property (nonatomic, strong) UILabel *skLabel;
  15. @property (nonatomic, strong) UIView *lineView;
  16. @property (nonatomic, strong) UIImageView * imageBackground;
  17. @end