(apple_compat.h) Update
This commit is contained in:
parent
7ea3da0344
commit
3da64fbebc
|
@ -39,10 +39,10 @@ typedef unsigned NSUInteger;
|
|||
#endif
|
||||
|
||||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <GLKit/GLKit.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <GLKit/GLKit.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <objc/runtime.h>
|
||||
#include <objc/runtime.h>
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue