WFCUImageCell.h 283 B

12345678910111213
  1. //
  2. // ImageCell.h
  3. // WFChat UIKit
  4. //
  5. // Created by WF Chat on 2017/9/2.
  6. // Copyright © 2017年 WildFireChat. All rights reserved.
  7. //
  8. #import "WFCUMediaMessageCell.h"
  9. @interface WFCUImageCell : WFCUMediaMessageCell
  10. @property (nonatomic, strong)UIImageView *thumbnailView;
  11. @end