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