mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-22 16:26:59 +00:00
@@ -7,14 +7,14 @@
|
||||
//
|
||||
|
||||
#import "AppListResponse.h"
|
||||
#import "TemporaryHost.h"
|
||||
|
||||
#ifndef ConnectionHelper_h
|
||||
#define ConnectionHelper_h
|
||||
|
||||
|
||||
@interface ConnectionHelper : NSObject
|
||||
|
||||
+(AppListResponse*) getAppListForHostWithHostIP:(NSString*) hostIP serverCert:(NSData*) serverCert uniqueID:(NSString*) uniqueId;
|
||||
+(AppListResponse*) getAppListForHost:(TemporaryHost*)host;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user