axmol/tests/test.ios/Classes/testsAppDelegate.h

17 lines
257 B
Objective-C

//
// iphoneAppDelegate.h
// iphone
//
// Created by Walzer on 10-11-16.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppController : NSObject <UIApplicationDelegate> {
UIWindow *window;
}
@end