Skip to content

Commit 6e94b69

Browse files
committed
Remove UIKit dependency on FIRApp. (firebase#798)
1 parent d8e734c commit 6e94b69

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Firebase/Core/Public/FIRApp.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616

1717
#import <Foundation/Foundation.h>
1818

19-
#if TARGET_OS_IOS
20-
// TODO: Remove UIKit import on next breaking change release
21-
#import <UIKit/UIKit.h>
22-
#endif
23-
2419
@class FIROptions;
2520

2621
NS_ASSUME_NONNULL_BEGIN

0 commit comments

Comments
 (0)