improved app asset management and retrying to acquire

This commit is contained in:
Diego Waxemberg
2015-01-31 20:10:14 -05:00
parent 8e721a9c6a
commit 14f30349a3
7 changed files with 135 additions and 86 deletions

View File

@@ -12,7 +12,7 @@
#import "StreamConfiguration.h"
#import "UIComputerView.h"
#import "UIAppView.h"
#import "AppManager.h"
#import "AppAssetManager.h"
#import "SWRevealViewController.h"
@interface MainFrameViewController : UICollectionViewController <DiscoveryCallback, PairCallback, HostCallback, AppCallback, AppAssetCallback, NSURLConnectionDelegate, SWRevealViewControllerDelegate>