2
0

PCSessionViewController.h 388 B

123456789101112131415161718
  1. //
  2. // PCSessionViewController.h
  3. // WildFireChat
  4. //
  5. // Created by heavyrain lee on 2019/3/2.
  6. // Copyright © 2019 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <WFChatClient/WFCChatClient.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface PCSessionViewController : UIViewController
  12. @property (nonatomic, strong)WFCCPCOnlineInfo *pcClientInfo;
  13. @end
  14. NS_ASSUME_NONNULL_END