AppDelegate.h 124 B

1234567
  1. #import <UIKit/UIKit.h>
  2. #import "cocos2d.h"
  3. // Added only for iOS 6 support
  4. @interface AppController : CCAppDelegate
  5. @end