summaryrefslogtreecommitdiffstats
path: root/Classes/TabViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/TabViewController.h')
-rw-r--r--Classes/TabViewController.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/Classes/TabViewController.h b/Classes/TabViewController.h
new file mode 100644
index 0000000..f09abd7
--- /dev/null
+++ b/Classes/TabViewController.h
@@ -0,0 +1,23 @@
+//
+// FirstViewController.h
+// acidcow
+//
+// Created by Matthew Handler on 4/15/11.
+// Copyright 2011 Earl Industries. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "TopicsViewController.h"
+
+
+@interface TabViewController : UIViewController {
+ TopicsViewController *topicsViewController;
+ //NSIndexPath *parserSelection;
+ //UIButton *startButton;
+}
+
+//@property (nonatomic, retain) IBOutlet UIButton *startButton;
+@property (nonatomic, retain, readonly) TopicsViewController *topicsViewController;
+//@property (nonatomic, retain) NSIndexPath *parserSelection;
+
+@end