Add settings button for tvOS

This commit is contained in:
Cameron Gutman
2019-09-24 18:56:37 -07:00
parent 8ccbdc7923
commit d98aba66a8
3 changed files with 16 additions and 2 deletions

View File

@@ -17,8 +17,8 @@
@interface MainFrameViewController : UICollectionViewController <DiscoveryCallback, PairCallback, HostCallback, AppCallback, AppAssetCallback, NSURLConnectionDelegate, SWRevealViewControllerDelegate>
#if !TARGET_OS_TV
@property (weak, nonatomic) IBOutlet UIBarButtonItem *settingsButton;
#if !TARGET_OS_TV
@property (weak, nonatomic) IBOutlet UIBarButtonItem *upButton;
#endif