12345678910111213141516171819 |
- #import <UIKit/UIKit.h>
- #import <WFChatClient/WFCChatClient.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface WFCUForwardViewController : UIViewController
- @property (nonatomic, strong) WFCCMessage *message;
- @end
- NS_ASSUME_NONNULL_END
|