Skip to content

Commit 0e7e4f9

Browse files
authored
Switch to #import <Foundation/Foundation.h> in FIRAppCheckProtocol.h (#11864)
1 parent 21c38d4 commit 0e7e4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAppCheck/Interop/FIRAppCheckProtocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
@import Foundation;
17+
#import <Foundation/Foundation.h>
1818

1919
@class FIRAppCheckToken;
2020

0 commit comments

Comments
 (0)