Forráskód Böngészése

Add return type to init in GIDFakeFetcherService header

Matt Mathias 2 éve
szülő
commit
ebf681cac1
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      GoogleSignIn/Tests/Unit/GIDFakeFetcherService.h

+ 1 - 1
GoogleSignIn/Tests/Unit/GIDFakeFetcherService.h

@@ -26,7 +26,7 @@
 #pragma clang diagnostic push
 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
 /// Creates an instance of this fake with an authorizer.
-- initWithAuthorizer:(id<GTMFetcherAuthorizationProtocol>)authorizer;
+- (instancetype)initWithAuthorizer:(id<GTMFetcherAuthorizationProtocol>)authorizer;
 #pragma clang diagnostic pop
 
 /// Returns the list of |GPPFakeFetcher| objects that have been created.