X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/84aacf34eae6543be9f0280b2015385f91e5c2c6..b54c578e17e9bcbd74aa30ea75e25e955b9a6205:/MultiDeviceSimulator/MultiDeviceSimulatorTests/MultiDeviceNetworking.h diff --git a/MultiDeviceSimulator/MultiDeviceSimulatorTests/MultiDeviceNetworking.h b/MultiDeviceSimulator/MultiDeviceSimulatorTests/MultiDeviceNetworking.h deleted file mode 100644 index 65847325..00000000 --- a/MultiDeviceSimulator/MultiDeviceSimulatorTests/MultiDeviceNetworking.h +++ /dev/null @@ -1,24 +0,0 @@ -// -// MultiDeviceNetworking.h -// Security -// - -#import -#import - -@interface MDNCounters : NSObject -//- (NSDictionary *)summary; -@end - -@interface MultiDeviceNetworking : NSObject -- (instancetype)init; -- (NSXPCListenerEndpoint *)endpoint; -- (void)dumpKVSState; -- (void)dumpCounters; -- (void)disconnectAll; - -- (void)setTestExpectation:(XCTestExpectation *)expectation forKey:(NSString *)key; -- (void)fulfill:(NSString *)key; -- (void)clearTestExpectations; - -@end