//
// 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