summaryrefslogtreecommitdiffstats
path: root/iphone/examples/TabReader/TabReader/TabReaderAppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/examples/TabReader/TabReader/TabReaderAppDelegate.h')
-rw-r--r--iphone/examples/TabReader/TabReader/TabReaderAppDelegate.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/iphone/examples/TabReader/TabReader/TabReaderAppDelegate.h b/iphone/examples/TabReader/TabReader/TabReaderAppDelegate.h
new file mode 100644
index 0000000..fa43cc3
--- /dev/null
+++ b/iphone/examples/TabReader/TabReader/TabReaderAppDelegate.h
@@ -0,0 +1,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