mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 02:06:03 +08:00
12 lines
191 B
Objective-C
12 lines
191 B
Objective-C
|
|
|
|
#import "cocos2d.h"
|
|
#import <spine/spine-cocos2d-iphone.h>
|
|
|
|
@interface ExampleLayer : CCLayer<CCSkeletonAnimationDelegate> {
|
|
CCSkeletonAnimation* animationNode;
|
|
}
|
|
|
|
+(CCScene*) scene;
|
|
|
|
@end |