diff --git a/Limelight/ViewControllers/StreamFrameViewController.h b/Limelight/ViewControllers/StreamFrameViewController.h index f9bf163e..77aaea50 100644 --- a/Limelight/ViewControllers/StreamFrameViewController.h +++ b/Limelight/ViewControllers/StreamFrameViewController.h @@ -12,7 +12,13 @@ #import +#if TARGET_OS_TV +@import GameController; + +@interface StreamFrameViewController : GCEventViewController +#else @interface StreamFrameViewController : UIViewController +#endif @property (strong, nonatomic) IBOutlet UILabel *stageLabel; @property (strong, nonatomic) IBOutlet UIActivityIndicatorView *spinner; @property (nonatomic) StreamConfiguration* streamConfig;