2
0

WFCMeTableViewHeaderViewCell.h 370 B

123456789101112131415161718
  1. //
  2. // MeTableViewCell.h
  3. // WildFireChat
  4. //
  5. // Created by WF Chat on 2018/10/2.
  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 WFCMeTableViewHeaderViewCell : UITableViewCell
  12. @property(nonatomic, strong)WFCCUserInfo *userInfo;
  13. @end
  14. NS_ASSUME_NONNULL_END