// // IntroLayer.h // Relativity // // Created by iO on 1/20/13. // Copyright Oo 2013. All rights reserved. // // When you import this file, you import all the cocos2d classes #import "cocos2d.h" // HelloWorldLayer @interface IntroLayer : CCLayer { } // returns a CCScene that contains the HelloWorldLayer as the only child +(CCScene *) scene; @end