moonlight-ios/Limelight/Network/DiscoveryWorker.h
2018-12-22 00:05:48 -08:00

18 lines
347 B
Objective-C

//
// DiscoveryWorker.h
// Moonlight
//
// Created by Diego Waxemberg on 1/2/15.
// Copyright (c) 2015 Moonlight Stream. All rights reserved.
//
#import "TemporaryHost.h"
@interface DiscoveryWorker : NSOperation
- (id) initWithHost:(TemporaryHost*)host uniqueId:(NSString*)uniqueId;
- (void) discoverHost;
- (TemporaryHost*) getHost;
@end