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

9 lines
179 B
Plaintext
Raw Normal View History

2014-03-10 19:33:57 +08:00
//
// Prefix header for all source files of the 'HelloLua' target in the 'HelloLua' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif