2
0

WFCUStreamingTextCell.h 341 B

1234567891011121314
  1. //
  2. // TextCell.h
  3. // WFChat UIKit
  4. //
  5. // Created by WF Chat on 2017/9/1.
  6. // Copyright © 2017年 WildFireChat. All rights reserved.
  7. //
  8. #import "WFCUMessageCell.h"
  9. @interface WFCUStreamingTextCell : WFCUMessageCell
  10. @property (strong, nonatomic)UILabel *textLabel;
  11. @property (strong, nonatomic)UIActivityIndicatorView *indicatorView;
  12. @end