Prefix.pch 229 B

123456789101112
  1. //
  2. // Prefix header for all source files of the 'iphone' target in the 'iphone' project
  3. //
  4. #ifdef __OBJC__
  5. #import <Foundation/Foundation.h>
  6. #import <UIKit/UIKit.h>
  7. #endif
  8. #ifdef __cplusplus
  9. #include "cocos2d.h"
  10. #endif