aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-02-14 12:47:13 -0500
committerGravatar Ryan Wilson <wilsonryan@google.com>2018-04-09 12:16:57 -0400
commitafbf4a41ff45421f776df0a3e0a3ff5e1d54bcac (patch)
tree22a9d6c3515afd9bc9d7a808f12a3f4189746208 /Firebase/Core
parent7f8a5ef1e5c7948be716413a9a3aa37ffb263dae (diff)
Remove UIKit dependency on FIRApp. (#798)
Diffstat (limited to 'Firebase/Core')
-rw-r--r--Firebase/Core/Public/FIRApp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Firebase/Core/Public/FIRApp.h b/Firebase/Core/Public/FIRApp.h
index 6687eb0..fb18b75 100644
--- a/Firebase/Core/Public/FIRApp.h
+++ b/Firebase/Core/Public/FIRApp.h
@@ -16,11 +16,6 @@
#import <Foundation/Foundation.h>
-#if TARGET_OS_IOS
-// TODO: Remove UIKit import on next breaking change release
-#import <UIKit/UIKit.h>
-#endif
-
@class FIROptions;
NS_ASSUME_NONNULL_BEGIN