Skip to content

Commit

Permalink
Import Foundation in FIRAppCheckTokenProtocol (#13121)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Jun 12, 2024
1 parent 5ae798f commit 0318934
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

NS_SWIFT_NAME(AppCheckTokenProtocol)
Expand All @@ -25,4 +28,5 @@ NS_SWIFT_NAME(AppCheckTokenProtocol)
@property(nonatomic, readonly) NSDate *expirationDate;

@end

NS_ASSUME_NONNULL_END

0 comments on commit 0318934

Please sign in to comment.