2 // NSXPCConnectionMock.m
5 // Created by Love Hörnquist Åstrand on 12/16/18.
8 #import "NSXPCConnectionMock.h"
10 @interface NSXPCConnectionMock ()
14 @implementation NSXPCConnectionMock
15 - (instancetype) initWithRealObject:(id)reality
17 if ((self = [super init])) {
22 - (id)remoteObjectProxyWithErrorHandler:(void(^)(NSError * _Nonnull error))failureHandler
27 - (id)synchronousRemoteObjectProxyWithErrorHandler:(void(^)(NSError * _Nonnull error))failureHandler