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

20 lines
325 B
C
Raw Normal View History

2010-11-18 14:50:28 +08:00
//
// iphoneAppDelegate.h
// iphone
//
// Created by Walzer on 10-11-16.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
@class RootViewController;
2010-11-18 14:50:28 +08:00
@interface AppController : NSObject <UIApplicationDelegate> {
UIWindow *window;
RootViewController *viewController;
2010-11-18 14:50:28 +08:00
}
@end