Explorar el Código

Add import to use GIDAccountDetailTypeAgeOver18.

brianna hace 1 año
padre
commit
d70400a930

+ 2 - 0
GoogleSignIn/Sources/GIDVerifyAccountDetail/Implementations/GIDVerifyAccountDetail.m

@@ -74,6 +74,8 @@
   [self verifyAccountDetailsInteractivelyWithOptions:options];
 }
 
+#pragma mark - Authentication flow
+
 - (void)verifyAccountDetailsInteractivelyWithOptions:(GIDSignInInternalOptions *)options {
   if (!options.interactive) {
     return;

+ 1 - 0
GoogleSignIn/Tests/Unit/GIDVerifyAccountDetailTest.m

@@ -16,6 +16,7 @@
 
 #if TARGET_OS_IOS
 #import "GoogleSignIn/Sources/Public/GoogleSignIn/GIDVerifyAccountDetail.h"
+#import "GoogleSignIn/Sources/Public/GoogleSignIn/GIDVerifiableAccountDetail.h"
 
 #import "GoogleSignIn/Tests/Unit/GIDFakeMainBundle.h"