mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-16 03:51:37 +08:00
9 lines
181 B
Plaintext
9 lines
181 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
|