now pass stream configuration through the segue

This commit is contained in:
Diego Waxemberg
2015-02-01 19:46:28 -05:00
parent 337e5e3d9d
commit 7d7adb0753
4 changed files with 26 additions and 21 deletions

View File

@@ -16,9 +16,8 @@
#import "SWRevealViewController.h"
@interface MainFrameViewController : UICollectionViewController <DiscoveryCallback, PairCallback, HostCallback, AppCallback, AppAssetCallback, NSURLConnectionDelegate, SWRevealViewControllerDelegate>
@property (strong, nonatomic) IBOutlet UIButton *limelightLogoButton;
@property (weak, nonatomic) IBOutlet UIBarButtonItem *computerNameButton;
+ (StreamConfiguration*) getStreamConfiguration;
@end