#import "GoogleSignIn/Sources/Public/GoogleSignIn/GIDProfileData.h" #import "GoogleSignIn/Sources/GIDCallbackQueue.h" #ifdef SWIFT_PACKAGE @import AppAuth; #else #import #endif // The callback queue used for authentication flow. @interface GIDAuthFlow_TEMP : GIDCallbackQueue @property(nonatomic, strong, nullable) OIDAuthState *authState; @property(nonatomic, strong, nullable) NSError *error; @property(nonatomic, copy, nullable) NSString *emmSupport; @property(nonatomic, nullable) GIDProfileData *profileData; @end