Badminton-Scoreboard/Classes/UI/UnityViewControllerBase+tvOS.mm
2023-10-08 10:24:48 +08:00

10 lines
160 B
Plaintext

#if PLATFORM_TVOS
#import "UnityViewControllerBase.h"
#import "UnityAppController.h"
@implementation UnityDefaultViewController
@end
#endif // PLATFORM_TVOS