GamesData/GameUploadDocuments/7.RocketJump/Builds/Unity/WithSDK/Classes/UI/UnityViewControllerBase+visionOS.mm
2025-07-03 12:59:14 +04:00

10 lines
168 B
Plaintext

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