2 // NSXPCConnectionMock.h
5 // Created by Love Hörnquist Åstrand on 12/16/18.
8 #import <Foundation/Foundation.h>
10 NS_ASSUME_NONNULL_BEGIN
12 @interface NSXPCConnectionMock
: NSObject
13 - (instancetype
) initWithRealObject
:(id
)reality
;
14 - (id
)remoteObjectProxyWithErrorHandler
:(void(^)(NSError
* _Nonnull error
))failureHandler
;
15 - (id
)synchronousRemoteObjectProxyWithErrorHandler
:(void(^)(NSError
* _Nonnull error
))failureHandler
;