Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (511 Bytes)

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

    
9
#import <UIKit/UIKit.h>
10

    
11
@interface iPhoneSampleAppDelegate : NSObject <UIApplicationDelegate, UITabBarControllerDelegate> {
12
    IBOutlet UIWindow *window;
13
    IBOutlet UITabBarController *tabBarController;
14
}
15

    
16
@property (nonatomic, retain) UIWindow *window;
17

    
18
@end