summaryrefslogtreecommitdiffstats
path: root/iphone/examples/TabReader/TabReader/ResultsViewController.m
blob: e1ee41f99ad487bc37816127123a2d45ee821645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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