working on tvOS UI

This commit is contained in:
Diego Waxemberg
2018-08-25 23:22:52 -07:00
parent 9a7b3b1325
commit 05761c787c
3 changed files with 107 additions and 5 deletions
+7 -1
View File
@@ -7,8 +7,14 @@
//
#import <UIKit/UIKit.h>
#import "DiscoveryManager.h"
#import "PairManager.h"
#import "StreamConfiguration.h"
#import "UIComputerView.h"
#import "UIAppView.h"
#import "AppAssetManager.h"
@interface ViewController : UIViewController
@interface ViewController : UICollectionViewController <DiscoveryCallback, PairCallback, HostCallback, AppCallback, AppAssetCallback, NSURLConnectionDelegate>
@end