We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Foundation
FIRAppCheckTokenProtocol
1 parent 5ae798f commit 0318934Copy full SHA for 0318934
FirebaseAppCheck/Interop/Public/FirebaseAppCheckInterop/FIRAppCheckTokenProtocol.h
@@ -13,6 +13,9 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
+
17
+#import <Foundation/Foundation.h>
18
19
NS_ASSUME_NONNULL_BEGIN
20
21
NS_SWIFT_NAME(AppCheckTokenProtocol)
@@ -25,4 +28,5 @@ NS_SWIFT_NAME(AppCheckTokenProtocol)
25
28
@property(nonatomic, readonly) NSDate *expirationDate;
26
29
27
30
@end
31
32
NS_ASSUME_NONNULL_END
0 commit comments