123456789101112131415161718 |
- //
- // MeTableViewCell.h
- // WildFireChat
- //
- // Created by WF Chat on 2018/10/2.
- // Copyright © 2018 WildFireChat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import <WFChatClient/WFCChatClient.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface WFCMeTableViewHeaderViewCell : UITableViewCell
- @property(nonatomic, strong)WFCCUserInfo *userInfo;
- @end
- NS_ASSUME_NONNULL_END
|