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