JXLinkCell.h 389 B

123456789101112131415161718
  1. //
  2. // JXLinkCell.h
  3. // shiku_im
  4. //
  5. // Created by p on 2017/8/17.
  6. // Copyright © 2017年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "JXBaseChatCell.h"
  10. @interface JXLinkCell : JXBaseChatCell
  11. @property (nonatomic,strong) UIImageView * imageBackground;
  12. @property (nonatomic,strong) UILabel * nameLabel;
  13. @property (nonatomic,strong) UIImageView *headImageView;
  14. @end