axmol/HelloLua/ios/HelloLuaAppController.h

15 lines
311 B
Objective-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