JXFileCell.h 336 B

1234567891011121314
  1. //
  2. // JXFileCell.h
  3. // shiku_im
  4. //
  5. // Created by Apple on 16/10/10.
  6. // Copyright © 2016年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "JXBaseChatCell.h"
  10. @interface JXFileCell : JXBaseChatCell
  11. @property (nonatomic,strong) UIImageView * imageBackground;
  12. @property (nonatomic,strong) UILabel * fileNameLabel;
  13. @end