blob: 844d953121da46528abb594ffcbbe2d889a4b215 [file] [log] [blame]
yangsu@google.com688823f2011-08-30 19:14:13 +00001//
2// AppDelegate_iPad.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_iPad : NSObject <UIApplicationDelegate> {
12 UIWindow *window;
13}
14
15@property (nonatomic, retain) IBOutlet UIWindow *window;
16
17@end