Statistics
| Branch: | Revision:

root / asi-http-request-with-pithos / iPhone Sample / iPadSampleAppDelegate.h @ be116d22

History | View | Annotate | Download (566 Bytes)

1
//
2
//  iPadSampleAppDelegate.h
3
//  Part of the ASIHTTPRequest sample project - see http://allseeing-i.com/ASIHTTPRequest for details
4
//
5
//  Created by Ben Copsey on 15/06/2010.
6
//  Copyright 2010 All-Seeing Interactive. All rights reserved.
7
//
8

    
9
#import <Foundation/Foundation.h>
10

    
11
@interface iPadSampleAppDelegate : NSObject <UIApplicationDelegate> {
12
    UIWindow *window;
13
        UISplitViewController *splitViewController;
14
}
15

    
16
@property (nonatomic, retain) IBOutlet UIWindow *window;
17
@property (nonatomic, retain) IBOutlet UISplitViewController *splitViewController;
18

    
19
@end