summaryrefslogtreecommitdiffstats
path: root/iphone/examples/TabReader/TabReader/TabReaderAppDelegate.h
blob: fa43cc36ae3038f992fc90f6f3ccabe8b8c2b152 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  TabReaderAppDelegate.h
//  TabReader
//
//  Created by spadix on 5/3/11.
//

#import <UIKit/UIKit.h>

@interface TabReaderAppDelegate
    : NSObject <UIApplicationDelegate, UITabBarControllerDelegate,
		ZBarReaderDelegate> {
}

@property (nonatomic, retain) IBOutlet UIWindow *window;
@property (nonatomic, retain) IBOutlet UITabBarController *tabBarController;

@end