Skip to content

Commit 0281534

Browse files
authored
[Auth] Forward declare type in header (#11501)
1 parent 267dc40 commit 0281534

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FirebaseAuth/Sources/MultiFactor/TOTP/FIRTOTPMultiFactorInfo.h

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

2121
NS_ASSUME_NONNULL_BEGIN
2222

23+
@class FIRAuthProtoMFAEnrollment;
24+
2325
/**
2426
@class FIRTotpMultiFactorInfo
2527
@brief Extends the MultiFactorInfo class for time based one-time password second factors.

0 commit comments

Comments
 (0)