BogoThirdLoginViewController.h 518 B

12345678910111213141516171819202122
  1. //
  2. // BogoThirdLoginViewController.h
  3. // BuguLive
  4. //
  5. // Created by 宋晨光 on 2021/9/29.
  6. // Copyright © 2021 xfg. All rights reserved.
  7. //
  8. #import "BGBaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface BogoThirdLoginViewController : BGBaseViewController
  11. @property(nonatomic, strong) UMSocialUserInfoResponse *userInfo;
  12. @property(nonatomic, strong) UserModel *model;
  13. //@property(nonatomic, strong) NSString *user_id;
  14. //@property(nonatomic, strong) NSString *need_bind_mobile;
  15. @end
  16. NS_ASSUME_NONNULL_END