WFCUVerifyRequestViewController.h 497 B

123456789101112131415161718192021
  1. //
  2. // WFCUVerifyRequestViewController.h
  3. // WFChatUIKit
  4. //
  5. // Created by WF Chat on 2018/11/4.
  6. // Copyright © 2018 WF Chat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <WFChatClient/WFCChatClient.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface WFCUVerifyRequestViewController : UIViewController
  12. @property (nonatomic, strong)NSString *userId;
  13. @property (nonatomic, assign)WFCCFriendSourceType sourceType;
  14. @property (nonatomic, strong)NSString *sourceTargetId;
  15. @end
  16. NS_ASSUME_NONNULL_END