LearnWithTouch/App/LearnWithTouch_ios/Classes/UI/UnityViewControllerBase+tvOS.mm
2019-07-01 14:33:21 +02:00

10 lines
160 B
Plaintext

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