aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2017-06-25 19:30:26 -0700
committerGravatar GitHub <noreply@github.com>2017-06-25 19:30:26 -0700
commit07ccbd7b594f047a1f1c87fcb209b066d102e3b3 (patch)
tree59e442b3a046d30e34a4de741d3ed80070c2b072
parentc20421a63e26733758d46e494a8f46e5fcd7cf98 (diff)
Add UIKit import to FIRAuth implementation (#105)
* Add UIKit import to FIRAuth implementation * Moves UIKit import behind the iOS flag to avoid breaking OSX build.
-rw-r--r--Firebase/Auth/Source/FIRAuth.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Firebase/Auth/Source/FIRAuth.m b/Firebase/Auth/Source/FIRAuth.m
index 6e6d561..eb5fed5 100644
--- a/Firebase/Auth/Source/FIRAuth.m
+++ b/Firebase/Auth/Source/FIRAuth.m
@@ -57,6 +57,7 @@
#import "FIRVerifyPhoneNumberResponse.h"
#if TARGET_OS_IOS
+#import <UIKit/UIKit.h>
#import "Private/FIRAuthAPNSToken.h"
#import "Private/FIRAuthAPNSTokenManager.h"
#import "Private/FIRAuthAppCredentialManager.h"