mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-27 06:32:59 +00:00
17 lines
298 B
Objective-C
17 lines
298 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 "TemporaryHost.h"
|
|
|
|
@interface WakeOnLanManager : NSObject
|
|
|
|
+ (void) wakeHost:(TemporaryHost*)host;
|
|
|
|
@end
|