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