mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-20 15:30:17 +00:00
Complete refactor of project.
- now runs universally on iPhone, iPad, and simulator - all paths should now be relative
This commit is contained in:
19
Limelight/ConnectionHandler.h
Normal file
19
Limelight/ConnectionHandler.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// ConnectionHandler.h
|
||||
// Limelight-iOS
|
||||
//
|
||||
// Created by Diego Waxemberg on 1/27/14.
|
||||
// Copyright (c) 2014 Diego Waxemberg. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface ConnectionHandler : NSOperation
|
||||
@property NSString* hostName;
|
||||
@property int mode;
|
||||
|
||||
+ (void) pairWithHost:(NSString*)host;
|
||||
+ (void) streamWithHost:(NSString*)host viewController:(UIViewController*)viewCont;
|
||||
+ (NSString*) resolveHost:(NSString*)host;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user