diff --git a/src/ios/GooglePlus.h b/src/ios/GooglePlus.h index ff0fb9b..63c7d85 100644 --- a/src/ios/GooglePlus.h +++ b/src/ios/GooglePlus.h @@ -1,7 +1,7 @@ #import -#import +@import GoogleSignIn; -@interface GooglePlus : CDVPlugin +@interface GooglePlus : CDVPlugin @property (nonatomic, copy) NSString* callbackId; @property (nonatomic, assign) BOOL isSigningIn;