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
23 - (id)remoteObjectProxyWithErrorHandler:(void(^)(NSError * _Nonnull error))failureHandler
28 - (id)synchronousRemoteObjectProxyWithErrorHandler:(void(^)(NSError * _Nonnull error))failureHandler