axmol/templates/lua-template-default/proj.ios_mac/ios/Prefix.pch

9 lines
181 B
Plaintext
Raw Normal View History

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