summaryrefslogtreecommitdiffstats
path: root/iphone/examples/TabReader/TabReader/ResultsViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/examples/TabReader/TabReader/ResultsViewController.m')
-rw-r--r--iphone/examples/TabReader/TabReader/ResultsViewController.m20
1 files changed, 20 insertions, 0 deletions
diff --git a/iphone/examples/TabReader/TabReader/ResultsViewController.m b/iphone/examples/TabReader/TabReader/ResultsViewController.m
new file mode 100644
index 0000000..e1ee41f
--- /dev/null
+++ b/iphone/examples/TabReader/TabReader/ResultsViewController.m
@@ -0,0 +1,20 @@
+//
+// SecondViewController.m
+// TabReader
+//
+// Created by spadix on 5/3/11.
+//
+
+#import "ResultsViewController.h"
+
+
+@implementation ResultsViewController
+
+@synthesize resultImage, resultText;
+
+- (BOOL) shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation) orient
+{
+ return(YES);
+}
+
+@end