From e79929cd4a944a1588ccb56016abaca0bc33d3f9 Mon Sep 17 00:00:00 2001 From: EddyVerbruggen Date: Wed, 18 Nov 2015 19:56:34 +0100 Subject: [PATCH] IOS Build fails with compilation errors #150 --- src/ios/GooglePlus.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ios/GooglePlus.m b/src/ios/GooglePlus.m index aabe35e5..49ed25e9 100644 --- a/src/ios/GooglePlus.m +++ b/src/ios/GooglePlus.m @@ -1,6 +1,6 @@ -#import +//#import #import "AppDelegate.h" -//#import "objc/runtime.h" +#import "objc/runtime.h" #import "GooglePlus.h" // need to swap out a method, so swizzling it here