Files
mcpe/platforms/ios/PlatformDefinitions_iOS.h
Brent afe875e4fa iOS Support (#113)
undefined
2024-01-22 17:22:41 +02:00

13 lines
249 B
Objective-C

//
// 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