WFCURecallCell.h 387 B

123456789101112131415
  1. //
  2. // InformationCell.h
  3. // WFChat UIKit
  4. //
  5. // Created by WF Chat on 2017/9/1.
  6. // Copyright © 2017年 WildFireChat. All rights reserved.
  7. //
  8. #import "WFCUMessageCellBase.h"
  9. @interface WFCURecallCell : WFCUMessageCellBase
  10. @property (nonatomic, strong)UILabel *infoLabel;
  11. @property (nonatomic, strong)UIButton *reeditButton;
  12. @property (nonatomic, strong)UIView *recallContainer;
  13. @end