#import "cocos2d.h" #import @interface GoblinsExample : CCNode { SkeletonAnimation* skeletonNode; } + (CCScene*) scene; @end