WFCUProfileTableViewController.h 411 B

12345678910111213141516
  1. //
  2. // WFCUProfileTableViewController.h
  3. // WFChat UIKit
  4. //
  5. // Created by WF Chat on 2017/10/22.
  6. // Copyright © 2017年 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class WFCCUserInfo;
  10. @class WFCCConversation;
  11. @interface WFCUProfileTableViewController : UIViewController
  12. @property (nonatomic, strong)NSString *userId;
  13. @property (nonatomic, strong)WFCCConversation *fromConversation;
  14. @end