mirror of https://github.com/axmolengine/axmol.git
15 lines
311 B
C
15 lines
311 B
C
|
//
|
||
|
// HelloLuaAppController.h
|
||
|
// HelloLua
|
||
|
//
|
||
|
// Created by Walzer on 11-6-15.
|
||
|
// Copyright __MyCompanyName__ 2011. All rights reserved.
|
||
|
//
|
||
|
|
||
|
@interface HelloLuaAppController : NSObject <UIAccelerometerDelegate, UIAlertViewDelegate, UITextFieldDelegate,UIApplicationDelegate> {
|
||
|
UIWindow *window;
|
||
|
}
|
||
|
|
||
|
@end
|
||
|
|