mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
13
platforms/ios/PlatformDefinitions_iOS.h
Normal file
13
platforms/ios/PlatformDefinitions_iOS.h
Normal 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
|
||||
Reference in New Issue
Block a user