12345678910111213141516 |
- #import <UIKit/UIKit.h>
- #import <WFChatClient/WFCChatClient.h>
- @interface WFCUShareMessageView : UIView
- @property(nonatomic, strong)WFCCConversation *conversation;
- @property(nonatomic, strong)WFCCMessage *message;
- @property(nonatomic, strong)void (^forwardDone)(BOOL success);
- @end
|