axmol/templates/common/proj.ios_mac/ios/Prefix.pch

13 lines
228 B
Plaintext
Raw Normal View History

2019-11-23 20:27:39 +08:00
//
// Prefix header for all source files of the 'iphone' target in the 'iphone' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif
#ifdef __cplusplus
#include "axmol.h"
#endif