axmol/template/multi-platform-js-runtime/framework/proj.ios_mac/ios/Prefix.pch

9 lines
193 B
Plaintext
Raw Normal View History

2014-02-10 18:15:30 +08:00
//
// Prefix header for all source files of the 'HelloJavascript' target in the 'HelloJavascript' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif