From 454098c2f508505fc55c60c577250b8610abaaf3 Mon Sep 17 00:00:00 2001
From: lpw <pengwei.li@gamehollywood.com>
Date: Tue, 26 Jan 2021 09:39:45 +0800
Subject: [PATCH] 3.9.2

---
 frameworks/FirebaseInstallations.framework/Headers/FIRInstallationsAuthTokenResult.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/frameworks/FirebaseInstallations.framework/Headers/FIRInstallationsAuthTokenResult.h b/frameworks/FirebaseInstallations.framework/Headers/FIRInstallationsAuthTokenResult.h
index 7753132..501ac4e 100644
--- a/frameworks/FirebaseInstallations.framework/Headers/FIRInstallationsAuthTokenResult.h
+++ b/frameworks/FirebaseInstallations.framework/Headers/FIRInstallationsAuthTokenResult.h
@@ -18,14 +18,14 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-/** The class represents a result of the auth token request. */
+/** The class represents a result of the installation auth token request. */
 NS_SWIFT_NAME(InstallationsAuthTokenResult)
 @interface FIRInstallationsAuthTokenResult : NSObject
 
-/** The authorization token string. */
+/** The installation auth token string. */
 @property(nonatomic, readonly) NSString *authToken;
 
-/** The auth token expiration date. */
+/** The installation auth token expiration date. */
 @property(nonatomic, readonly) NSDate *expirationDate;
 
 @end

--
Gitblit v1.8.0