]> git.saurik.com Git - apple/security.git/blob - keychain/escrowrequest/tests/MockSynchronousEscrowServer.h
Security-59306.11.20.tar.gz
[apple/security.git] / keychain / escrowrequest / tests / MockSynchronousEscrowServer.h
1
2 #import <Foundation/Foundation.h>
3
4 #import "keychain/escrowrequest/EscrowRequestXPCProtocol.h"
5 #import "keychain/escrowrequest/EscrowRequestServer.h"
6
7 NS_ASSUME_NONNULL_BEGIN
8
9 @interface MockSynchronousEscrowServer : NSObject <EscrowRequestXPCProtocol>
10
11 - (instancetype)initWithServer:(EscrowRequestServer*)server;
12
13 @end
14
15 NS_ASSUME_NONNULL_END