summaryrefslogtreecommitdiffstats
path: root/iphone/examples/TabReader/TabReader/ResultsViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/examples/TabReader/TabReader/ResultsViewController.h')
-rw-r--r--iphone/examples/TabReader/TabReader/ResultsViewController.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/iphone/examples/TabReader/TabReader/ResultsViewController.h b/iphone/examples/TabReader/TabReader/ResultsViewController.h
new file mode 100644
index 0000000..c7b3115
--- /dev/null
+++ b/iphone/examples/TabReader/TabReader/ResultsViewController.h
@@ -0,0 +1,16 @@
+//
+// SecondViewController.h
+// TabReader
+//
+// Created by spadix on 5/3/11.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface ResultsViewController : UIViewController {
+}
+
+@property (nonatomic, retain) IBOutlet UIImageView *resultImage;
+@property (nonatomic, retain) IBOutlet UITextView *resultText;
+
+@end