2 #import <Foundation/Foundation.h>
3 #import "keychain/escrowrequest/Framework/SecEscrowRequest.h"
5 NS_ASSUME_NONNULL_BEGIN
7 @interface EscrowRequestCLI
: NSObject
8 @property SecEscrowRequest
* escrowRequest
;
10 - (instancetype
)initWithEscrowRequest
:(SecEscrowRequest
*)er
;
15 - (long)storePrerecordsInEscrow
;