iOS Support (#113)

undefined
This commit is contained in:
Brent
2024-01-22 09:22:41 -06:00
committed by GitHub
parent 90a15340b1
commit afe875e4fa
109 changed files with 6523 additions and 1105 deletions

View File

@@ -0,0 +1,13 @@
//
// PlatformDefinitions_iOS.h
// Minecraft
//
// Created by Brent on 12/19/23.
//
//
#import <Foundation/Foundation.h>
#ifndef NS_DEPRECATED_IOS
#define NS_DEPRECATED_IOS(_iosIntro, _iosDep) NS_DEPRECATED_IPHONE(_iosIntro, _iosDep)
#endif