moonlight-ios/Limelight/Network/WakeOnLanManager.h
2015-05-12 21:48:30 -04:00

17 lines
280 B
Objective-C

//
// WakeOnLanManager.h
// Moonlight
//
// Created by Diego Waxemberg on 1/2/15.
// Copyright (c) 2015 Moonlight Stream. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "Host.h"
@interface WakeOnLanManager : NSObject
+ (void) wakeHost:(Host*)host;
@end