Skip to content

Add missing Foundation imports to Interop headers #2207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 21, 2018
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions Interop/Analytics/Public/FIRInteropEventNames.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/// @file FIRInteropEventNames.h

#import <Foundation/Foundation.h>

/// Notification open event name.
static NSString *const kFIRIEventNotificationOpen = @"_no";

Expand Down
2 changes: 2 additions & 0 deletions Interop/Analytics/Public/FIRInteropParameterNames.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/

#import <Foundation/Foundation.h>

/// @file FIRInteropParameterNames.h
///
/// Predefined event parameter names used by Firebase. This file is a subset of the
Expand Down
2 changes: 2 additions & 0 deletions Interop/Auth/Public/FIRAuthInterop.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#ifndef FIRAuthInterop_h
#define FIRAuthInterop_h

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

/** @typedef FIRTokenCallback
Expand Down