| 123456789101112131415161718192021222324 |
- //
- // LoginThirdAuthV.h
- // Asteria
- //
- // Created by 王猛 on 2023/5/16.
- //
- #import <WMBase/WMBase.h>
- typedef NS_ENUM(NSUInteger,ThirdType){
- ThirdTypeApple ,
- ThirdTypeFaceBook,
- ThirdTypeGoogle,
-
- } ;
- NS_ASSUME_NONNULL_BEGIN
- @interface LoginThirdAuthV : TT_BaseV
- @end
- NS_ASSUME_NONNULL_END
|