axmol/tools/lua_project_generator/template/ios/LuaProjectTemplate_Prefix.pch

9 lines
199 B
Plaintext

//
// Prefix header for all source files of the 'LuaProjectTemplate' target in the 'LuaProjectTemplate' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif