Skip to content

Commit 2fe4053

Browse files
authored
Restore UIKit import to FIRApp.h to prevent breaking change (#78)
1 parent 58959a6 commit 2fe4053

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Firebase/Core/FIRApp.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
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+
1924
#import "FIRCoreSwiftNameSupport.h"
2025

2126
@class FIROptions;

0 commit comments

Comments
 (0)