mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-17 20:41:38 +08:00
8 lines
124 B
Objective-C
8 lines
124 B
Objective-C
|
|
#import <UIKit/UIKit.h>
|
|
#import "cocos2d.h"
|
|
|
|
// Added only for iOS 6 support
|
|
@interface AppController : CCAppDelegate
|
|
@end
|