2 #import <Foundation/Foundation.h>
4 #import "keychain/escrowrequest/EscrowRequestXPCProtocol.h"
5 #import "keychain/escrowrequest/EscrowRequestServer.h"
7 NS_ASSUME_NONNULL_BEGIN
9 @interface MockSynchronousEscrowServer
: NSObject
<EscrowRequestXPCProtocol
>
11 - (instancetype
)initWithServer
:(EscrowRequestServer
*)server
;