mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-23 02:06:46 +08:00
14 lines
192 B
Objective-C
14 lines
192 B
Objective-C
|
|
#import "cocos2d.h"
|
|
#import <spine/spine-cocos2d-iphone.h>
|
|
|
|
@interface ExampleLayer : CCLayer {
|
|
Atlas *atlas;
|
|
SkeletonData *skeletonData;
|
|
Animation *animation;
|
|
}
|
|
|
|
+(CCScene*) scene;
|
|
|
|
@end
|