Skip to content

Commit

Permalink
Update GooglePlus.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeno97 authored Dec 29, 2024
1 parent df694c2 commit b1cb293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ios/GooglePlus.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import <Cordova/CDVPlugin.h>
#import <GoogleSignIn/GoogleSignIn.h>
@import GoogleSignIn;

@interface GooglePlus : CDVPlugin<GIDSignInDelegate, GIDSignInDelegate>
@interface GooglePlus : CDVPlugin

@property (nonatomic, copy) NSString* callbackId;
@property (nonatomic, assign) BOOL isSigningIn;
Expand Down

0 comments on commit b1cb293

Please sign in to comment.