LoginThirdAuthV.h 315 B

123456789101112131415161718192021222324
  1. //
  2. // LoginThirdAuthV.h
  3. // Asteria
  4. //
  5. // Created by 王猛 on 2023/5/16.
  6. //
  7. #import <WMBase/WMBase.h>
  8. typedef NS_ENUM(NSUInteger,ThirdType){
  9. ThirdTypeApple ,
  10. ThirdTypeFaceBook,
  11. ThirdTypeGoogle,
  12. } ;
  13. NS_ASSUME_NONNULL_BEGIN
  14. @interface LoginThirdAuthV : TT_BaseV
  15. @end
  16. NS_ASSUME_NONNULL_END