Skip to content

Commit 0318934

Browse files
authored
Import Foundation in FIRAppCheckTokenProtocol (#13121)
1 parent 5ae798f commit 0318934

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

FirebaseAppCheck/Interop/Public/FirebaseAppCheckInterop/FIRAppCheckTokenProtocol.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
17+
#import <Foundation/Foundation.h>
18+
1619
NS_ASSUME_NONNULL_BEGIN
1720

1821
NS_SWIFT_NAME(AppCheckTokenProtocol)
@@ -25,4 +28,5 @@ NS_SWIFT_NAME(AppCheckTokenProtocol)
2528
@property(nonatomic, readonly) NSDate *expirationDate;
2629

2730
@end
31+
2832
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)