Skip to content

Commit fa2cbe7

Browse files
authored
Add missing Foundation imports to Interop headers (#2207)
1 parent 22f6701 commit fa2cbe7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Interop/Analytics/Public/FIRInteropEventNames.h

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

1717
/// @file FIRInteropEventNames.h
1818

19+
#import <Foundation/Foundation.h>
20+
1921
/// Notification open event name.
2022
static NSString *const kFIRIEventNotificationOpen = @"_no";
2123

Interop/Analytics/Public/FIRInteropParameterNames.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17+
#import <Foundation/Foundation.h>
18+
1719
/// @file FIRInteropParameterNames.h
1820
///
1921
/// Predefined event parameter names used by Firebase. This file is a subset of the

Interop/Auth/Public/FIRAuthInterop.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#ifndef FIRAuthInterop_h
1818
#define FIRAuthInterop_h
1919

20+
#import <Foundation/Foundation.h>
21+
2022
NS_ASSUME_NONNULL_BEGIN
2123

2224
/** @typedef FIRTokenCallback

0 commit comments

Comments
 (0)