]> git.saurik.com Git - apple/security.git/blobdiff - keychain/ckks/CKKSViewManager.h
Security-58286.260.20.tar.gz
[apple/security.git] / keychain / ckks / CKKSViewManager.h
index 317930a60c139b6fa9436c40ef42da276d277cb9..7a63416eacddca0c038957c49b461bd2b6af68cf 100644 (file)
@@ -38,6 +38,7 @@
 #import "keychain/ckks/CKKSPeer.h"
 #import "keychain/ckks/CKKSRateLimiter.h"
 #import "keychain/ckks/CloudKitDependencies.h"
+#import "keychain/ckks/CKKSZoneChangeFetcher.h"
 #import "keychain/ot/OTDefines.h"
 
 NS_ASSUME_NONNULL_BEGIN
@@ -50,6 +51,7 @@ NS_ASSUME_NONNULL_BEGIN
 @property CKKSCKAccountStateTracker* accountTracker;
 @property CKKSLockStateTracker* lockStateTracker;
 @property CKKSReachabilityTracker *reachabilityTracker;
+@property CKKSZoneChangeFetcher* zoneChangeFetcher;
 @property bool initializeNewZones;
 
 // Signaled when SecCKKSInitialize is complete, as it's async and likes to fire after tests are complete