Просмотр исходного кода

Merge branch 'refactorGSI' into pin-GIDProfileDataFetcher

pinlu 3 лет назад
Родитель
Сommit
c83dba2e84
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      GoogleSignIn/Sources/GIDSignIn_Private.h

+ 0 - 4
GoogleSignIn/Sources/GIDSignIn_Private.h

@@ -31,10 +31,6 @@ NS_ASSUME_NONNULL_BEGIN
 
 @protocol GIDKeychainHandler;
 
-/// Represents a completion block that takes a `GIDUserAuth` on success or an error if the operation
-/// was unsuccessful.
-typedef void (^GIDUserAuthCompletion)(GIDUserAuth *_Nullable userAuth, NSError *_Nullable error);
-
 /// Represents a completion block that takes a `GIDSignInResult` on success or an error if the
 /// operation was unsuccessful.
 typedef void (^GIDSignInCompletion)(GIDSignInResult *_Nullable signInResult,