2
0

WFCUForwardMessageCell.h 382 B

1234567891011121314151617
  1. //
  2. // ForwardMessageCell.h
  3. // WildFireChat
  4. //
  5. // Created by heavyrain lee on 2018/9/27.
  6. // Copyright © 2018 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <WFChatClient/WFCChatClient.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface WFCUForwardMessageCell : UITableViewCell
  12. @property (strong, nonatomic) WFCCConversation *conversation;
  13. @end
  14. NS_ASSUME_NONNULL_END