WFCUCallSummaryCell.h 334 B

1234567891011121314
  1. //
  2. // CallSummaryCell.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 WFCUCallSummaryCell : WFCUMessageCell
  10. @property (nonatomic, strong)UILabel *infoLabel;
  11. @property (nonatomic, strong)UIImageView *modeImageView;
  12. @end