Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Firebase/Core/FIRApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@

#import <Foundation/Foundation.h>

#if TARGET_OS_IOS
// TODO: Remove UIKit import on next breaking change release
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this TODO?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like a good thing for us since we shouldn't unnecessarily drag UIKit in and to let clients know that it will go away.

#import <UIKit/UIKit.h>
#endif

#import "FIRCoreSwiftNameSupport.h"

@class FIROptions;
Expand Down