// // AppAssetRetriever.h // Limelight // // Created by Diego Waxemberg on 1/31/15. // Copyright (c) 2015 Limelight Stream. All rights reserved. // #import #import "Host.h" #import "App.h" #import "AppAssetManager.h" @interface AppAssetRetriever : NSOperation @property (nonatomic) Host* host; @property (nonatomic) App* app; @property (nonatomic) NSMutableDictionary* cache; @property (nonatomic) id callback; @property (nonatomic) BOOL useCache; @end