X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/79b9da22a1f4b26279940d285c1bc28ce4e99252..07691282a056c4efea71e1e505527601e8cc166b:/keychain/ckks/CKKSKeychainView.h diff --git a/keychain/ckks/CKKSKeychainView.h b/keychain/ckks/CKKSKeychainView.h index e1f7bf6a..b5ab8e2d 100644 --- a/keychain/ckks/CKKSKeychainView.h +++ b/keychain/ckks/CKKSKeychainView.h @@ -265,8 +265,9 @@ NS_ASSUME_NONNULL_BEGIN @property NSHashTable* outgoingQueueOperations; @property CKKSScanLocalItemsOperation* initialScanOperation; -// Returns the current state of this view +// Returns the current state of this view, fastStatus is the same, but as name promise, no expensive calculations - (NSDictionary*)status; +- (NSDictionary*)fastStatus; @end NS_ASSUME_NONNULL_END