Skip to content

Commit

Permalink
Remove GTMSessionFetcher module import (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmathias authored May 7, 2024
1 parent ec20caf commit 4b4f14b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions GoogleSignIn/Sources/Public/GoogleSignIn/GIDGoogleUser.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@
#import <AppKit/AppKit.h>
#endif

#ifdef SWIFT_PACKAGE
@import GTMSessionFetcherCore;
#else
#import <GTMSessionFetcher/GTMSessionFetcher.h>
#endif

@class GIDConfiguration;
@class GIDSignInResult;
Expand Down

0 comments on commit 4b4f14b

Please sign in to comment.