now cache app images and reuse them when connecting to the same host

This commit is contained in:
Diego Waxemberg
2015-01-08 22:18:26 -05:00
parent ccd8b3332e
commit ec39c27498
3 changed files with 42 additions and 21 deletions

View File

@@ -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