mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-27 14:45:34 +00:00
17 lines
280 B
Objective-C
17 lines
280 B
Objective-C
//
|
|
// WakeOnLanManager.h
|
|
// Limelight
|
|
//
|
|
// Created by Diego Waxemberg on 1/2/15.
|
|
// Copyright (c) 2015 Limelight Stream. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "Host.h"
|
|
|
|
@interface WakeOnLanManager : NSObject
|
|
|
|
+ (void) wakeHost:(Host*)host;
|
|
|
|
@end
|