From afbf4a41ff45421f776df0a3e0a3ff5e1d54bcac Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Wed, 14 Feb 2018 12:47:13 -0500 Subject: Remove UIKit dependency on FIRApp. (#798) --- Firebase/Core/Public/FIRApp.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Firebase/Core') 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 -#if TARGET_OS_IOS -// TODO: Remove UIKit import on next breaking change release -#import -#endif - @class FIROptions; NS_ASSUME_NONNULL_BEGIN -- cgit v1.2.3