Badminton-Scoreboard/Classes/UI/UnityViewControllerBase+tvOS.mm

10 lines
160 B
Plaintext
Raw Permalink Normal View History

2023-10-08 02:24:48 +00:00
#if PLATFORM_TVOS
#import "UnityViewControllerBase.h"
#import "UnityAppController.h"
@implementation UnityDefaultViewController
@end
#endif // PLATFORM_TVOS