mirror of https://github.com/axmolengine/axmol.git
15 lines
388 B
C
15 lines
388 B
C
|
//
|
||
|
// ___PROJECTNAMEASIDENTIFIER___AppController.h
|
||
|
// ___PROJECTNAME___
|
||
|
//
|
||
|
// Created by ___FULLUSERNAME___ on ___DATE___.
|
||
|
// Copyright ___ORGANIZATIONNAME___ ___YEAR___. All rights reserved.
|
||
|
//
|
||
|
|
||
|
@interface ___PROJECTNAMEASIDENTIFIER___AppController : NSObject <UIAccelerometerDelegate, UIAlertViewDelegate, UITextFieldDelegate,UIApplicationDelegate> {
|
||
|
UIWindow *window;
|
||
|
}
|
||
|
|
||
|
@end
|
||
|
|