mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
now request app image on multiple threads
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "App.h"
|
||||
#import "HttpManager.h"
|
||||
#import "Host.h"
|
||||
|
||||
@protocol AppAssetCallback <NSObject>
|
||||
|
||||
@@ -18,6 +19,8 @@
|
||||
|
||||
@interface AppManager : NSObject
|
||||
|
||||
+ (void) retrieveAppAssets:(NSArray*)apps withManager:(HttpManager*)hMan andCallback:(id<AppAssetCallback>)callback;
|
||||
- (id) initWithHost:(Host*)host andCallback:(id<AppAssetCallback>)callback;
|
||||
- (void) retrieveAssets:(NSArray*)appList;
|
||||
- (void) stopRetrieving;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user