2
0

WFCUUserMessageListViewController.h 430 B

12345678910111213141516171819
  1. //
  2. // WFCUUserMessageListViewController.h
  3. // WFChatUIKit
  4. //
  5. // Created by dali on 2020/8/19.
  6. // Copyright © 2020 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @class WFCCConversation;
  11. @interface WFCUUserMessageListViewController : UIViewController
  12. @property(nonatomic, strong)NSString *userId;
  13. @property(nonatomic, strong)WFCCConversation *conversation;
  14. @end
  15. NS_ASSUME_NONNULL_END