blob: e7e7b84dbb5d04c1a3693ce7f0e0138d7cdbad65 [file] [log] [blame]
yangsu@google.com688823f2011-08-30 19:14:13 +00001//
2// AppDelegate_iPhone.h
3// iosshell
4//
5// Created by Yang Su on 6/30/11.
6// Copyright 2011 Google Inc. All rights reserved.
7//
8
9#import <UIKit/UIKit.h>
10
11@interface AppDelegate_iPhone : NSObject <UIApplicationDelegate> {
12 UIWindow *window;
13}
14
15@property (nonatomic, retain) IBOutlet UIWindow *window;
16
17@end