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