mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-04 19:36:43 +03:00
13 lines
249 B
Objective-C
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 |