Files
RedHotRoast-ios/HybridCLRData/StrippedAOTDllsTempProj/iOS/Classes/UI/UnityViewControllerBase+visionOS.mm
T
2026-07-17 14:03:00 +08:00

10 lines
168 B
Plaintext

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