]> git.saurik.com Git - apple/security.git/blob - keychain/ot/OTResetCKKSZonesLackingTLKsOperation.h
Security-59306.11.20.tar.gz
[apple/security.git] / keychain / ot / OTResetCKKSZonesLackingTLKsOperation.h
1
2 #import <Foundation/Foundation.h>
3
4 #if OCTAGON
5
6 #import "keychain/ckks/CKKSGroupOperation.h"
7 #import "keychain/ot/OctagonStateMachineHelpers.h"
8 #import "keychain/ot/OTOperationDependencies.h"
9
10 NS_ASSUME_NONNULL_BEGIN
11
12 @interface OTResetCKKSZonesLackingTLKsOperation : CKKSGroupOperation <OctagonStateTransitionOperationProtocol>
13 - (instancetype)init NS_UNAVAILABLE;
14 - (instancetype)initWithDependencies:(OTOperationDependencies*)dependencies
15 intendedState:(OctagonState*)intendedState
16 errorState:(OctagonState*)errorState;
17 @end
18
19 NS_ASSUME_NONNULL_END
20
21 #endif // OCTAGON