mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-24 01:06:53 +00:00
now cache app images and reuse them when connecting to the same host
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
|
||||
@interface AppManager : NSObject
|
||||
|
||||
- (id) initWithHost:(Host*)host andCallback:(id<AppAssetCallback>)callback;
|
||||
- (void) retrieveAssets:(NSArray*)appList;
|
||||
- (id) initWithCallback:(id<AppAssetCallback>)callback;
|
||||
- (void) retrieveAssets:(NSArray*)appList fromHost:(Host*)host;
|
||||
- (void) stopRetrieving;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user