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

@@ -7,11 +7,13 @@
//
#import "Connection.h"
#import "StreamConfiguration.h"
#import <UIKit/UIKit.h>
@interface StreamFrameViewController : UIViewController <ConnectionCallbacks>
@property (strong, nonatomic) IBOutlet UILabel *stageLabel;
@property (strong, nonatomic) IBOutlet UIActivityIndicatorView *spinner;
@property (nonatomic) StreamConfiguration* streamConfig;
@end