(apple_compat.h) Update

This commit is contained in:
twinaphex 2015-03-30 18:07:50 +02:00
parent 7ea3da0344
commit 3da64fbebc

View File

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