1234567891011121314151617 |
- #import <UIKit/UIKit.h>
- #import <WFChatClient/WFCChatClient.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface WFCUForwardMessageCell : UITableViewCell
- @property (strong, nonatomic) WFCCConversation *conversation;
- @end
- NS_ASSUME_NONNULL_END
|