2 // MultiDeviceNetworking.h
6 #import <Foundation/Foundation.h>
7 #import <XCTest/XCTest.h>
9 @interface MDNCounters
: NSObject
10 //- (NSDictionary *)summary;
13 @interface MultiDeviceNetworking
: NSObject
15 - (NSXPCListenerEndpoint
*)endpoint
;
18 - (void)disconnectAll
;
20 - (void)setTestExpectation
:(XCTestExpectation
*)expectation forKey
:(NSString
*)key
;
21 - (void)fulfill
:(NSString
*)key
;
22 - (void)clearTestExpectations
;