2
0

WFCUFileCell.h 383 B

123456789101112131415
  1. //
  2. // FileCell.h
  3. // WFChat UIKit
  4. //
  5. // Created by WF Chat on 2017/9/9.
  6. // Copyright © 2017年 WildFireChat. All rights reserved.
  7. //
  8. #import "WFCUMediaMessageCell.h"
  9. @interface WFCUFileCell : WFCUMediaMessageCell
  10. @property (nonatomic, strong)UIImageView *fileImageView;
  11. @property (nonatomic, strong)UILabel *fileNameLabel;
  12. @property (nonatomic, strong)UILabel *sizeLabel;
  13. @end