#import "cocos2d.h" #import @interface ExampleLayer : CCLayer { CCSkeletonAnimation* animationNode; } +(CCScene*) scene; @end