mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 02:06:03 +08:00
12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
//
|
|
// Prefix header for all source files of the 'iphone' target in the 'iphone' project
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
#include "cocos2d.h"
|
|
#endif |