From df1e8e61ffd4f44c1225b3d3808fab6516ba6e93 Mon Sep 17 00:00:00 2001 From: lpw Date: Tue, 15 Feb 2022 15:41:46 +0800 Subject: [PATCH] 3.9.7 --- frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-maccatalyst/GoogleUtilities.framework/Headers/GULHeartbeatDateStorage.h | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-maccatalyst/GoogleUtilities.framework/Headers/GULHeartbeatDateStorage.h b/frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-maccatalyst/GoogleUtilities.framework/Headers/GULHeartbeatDateStorage.h index 9432dfc..245b1a2 100644 --- a/frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-maccatalyst/GoogleUtilities.framework/Headers/GULHeartbeatDateStorage.h +++ b/frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-maccatalyst/GoogleUtilities.framework/Headers/GULHeartbeatDateStorage.h @@ -16,10 +16,15 @@ #import <Foundation/Foundation.h> +#import "GULHeartbeatDateStorable.h" + NS_ASSUME_NONNULL_BEGIN +/// The name of the directory where the heartbeat data is stored. +extern NSString *const kGULHeartbeatStorageDirectory; + /// Stores either a date or a dictionary to a specified file. -@interface GULHeartbeatDateStorage : NSObject +@interface GULHeartbeatDateStorage : NSObject <GULHeartbeatDateStorable> - (instancetype)init NS_UNAVAILABLE; -- Gitblit v1.8.0