Pārlūkot izejas kodu

Remove GTMSessionFetcher module import (#403)

mdmathias 1 gadu atpakaļ
vecāks
revīzija
4b4f14b774

+ 0 - 4
GoogleSignIn/Sources/Public/GoogleSignIn/GIDGoogleUser.h

@@ -23,11 +23,7 @@
 #import <AppKit/AppKit.h>
 #endif
 
-#ifdef SWIFT_PACKAGE
-@import GTMSessionFetcherCore;
-#else
 #import <GTMSessionFetcher/GTMSessionFetcher.h>
-#endif
 
 @class GIDConfiguration;
 @class GIDSignInResult;