From f148905acd11406fccc47e9b47eab16ef30d8192 Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Thu, 28 Sep 2023 17:00:30 -0400 Subject: [PATCH] Foundation import --- FirebaseAppCheck/Interop/Public/FIRAppCheckProtocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebaseAppCheck/Interop/Public/FIRAppCheckProtocol.h b/FirebaseAppCheck/Interop/Public/FIRAppCheckProtocol.h index ef60e1af2166..52d19fb7fc34 100644 --- a/FirebaseAppCheck/Interop/Public/FIRAppCheckProtocol.h +++ b/FirebaseAppCheck/Interop/Public/FIRAppCheckProtocol.h @@ -14,7 +14,7 @@ * limitations under the License. */ -@import Foundation; +#import @class FIRAppCheckToken;