123456789101112131415161718 |
- #import <UIKit/UIKit.h>
- #import <WFChatClient/WFCChatClient.h>
- @interface WFCUConversationSearchTableViewController : UIViewController
- @property(nonatomic, strong)WFCCConversation *conversation;
- @property(nonatomic, strong)NSString *keyword;
- @property(nonatomic, assign)BOOL messageSelecting;
- @property(nonatomic, strong)NSMutableArray *selectedMessageIds;
- @end
|