Objective-C/fox2 tvOS/AAPLGameViewController.h

/*
 Copyright (C) 2018 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 The app's main view controller.
 */
 
#import <UIKit/UIKit.h>
 
@interface AAPLGameViewController : UIViewController
 
@end