Add current host name button

Add re-select host button and show current host name.
This commit is contained in:
Yuki MIZUNO
2014-12-04 19:54:21 +09:00
parent 35dc4a7de3
commit d5c12a3eb6
4 changed files with 21 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
@interface MainFrameViewController : UICollectionViewController <MDNSCallback, PairCallback, HostCallback, AppCallback, AppAssetCallback, NSURLConnectionDelegate, SWRevealViewControllerDelegate>
@property (strong, nonatomic) IBOutlet UIButton *limelightLogoButton;
@property (weak, nonatomic) IBOutlet UIBarButtonItem *computerNameButton;
+ (StreamConfiguration*) getStreamConfiguration;