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

Update nullability annotations.

Peter Andrews 4 лет назад
Родитель
Сommit
12f8a3ee95
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      GoogleSignIn/Sources/Public/GoogleSignIn/GIDAuthentication.h

+ 1 - 1
GoogleSignIn/Sources/Public/GoogleSignIn/GIDAuthentication.h

@@ -23,7 +23,7 @@ NS_ASSUME_NONNULL_BEGIN
 
 /// The callback block that takes a `GIDAuthentication` or an error if the attempt to refresh tokens
 /// was unsuccessful.
-typedef void (^GIDAuthenticationAction)(GIDAuthentication *authentication,
+typedef void (^GIDAuthenticationAction)(GIDAuthentication *_Nullable authentication,
                                         NSError *_Nullable error);
 
 /// This class represents the OAuth 2.0 entities needed for sign-in.