moonlight-ios/Limelight/Network/ConnectionHelper.h
2018-12-22 00:05:48 -08:00

22 lines
443 B
Objective-C

//
// ConnectionHelper.h
// Moonlight macOS
//
// Created by Felix Kratz on 22.03.18.
// Copyright © 2018 Felix Kratz. All rights reserved.
//
#import "AppListResponse.h"
#ifndef ConnectionHelper_h
#define ConnectionHelper_h
@interface ConnectionHelper : NSObject
+(AppListResponse*) getAppListForHostWithHostIP:(NSString*) hostIP serverCert:(NSData*) serverCert uniqueID:(NSString*) uniqueId;
@end
#endif /* ConnectionHelper_h */