summaryrefslogtreecommitdiffstats
path: root/Classes/TopicsViewController.h
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-21 19:54:47 -0400
committermatt handler <matt.handler@gmail.com>2011-04-21 19:54:47 -0400
commit901729c7eefcc10f27f306fff6170e80fa653ebe (patch)
treef963e0c1d54f7895066ae6c33e59f5b250c88703 /Classes/TopicsViewController.h
parent64e9e2e8d01ec34e5d7a2c1cb11d3780408403c4 (diff)
downloadpiccast-app-901729c7eefcc10f27f306fff6170e80fa653ebe.tar.gz
piccast-app-901729c7eefcc10f27f306fff6170e80fa653ebe.zip
lots of display images, titlebars are badass, defaultstyle changing the button though
Diffstat (limited to 'Classes/TopicsViewController.h')
-rw-r--r--Classes/TopicsViewController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Classes/TopicsViewController.h b/Classes/TopicsViewController.h
index 631a5d0..fac4e7d 100644
--- a/Classes/TopicsViewController.h
+++ b/Classes/TopicsViewController.h
@@ -13,7 +13,7 @@
#import "SourcesEditViewController.h"
#import "PhotoViewController.h"
-@interface TopicsViewController : UITableViewController <XMLParserDelegate, SourcesEditViewControllerDelegate>{
+@interface TopicsViewController : UIViewController <XMLParserDelegate, SourcesEditViewControllerDelegate, UITableViewDataSource>{
UINavigationController *topicsNavigationController;
NSMutableArray *topics;
// PicDumpViewController *picDumpViewController;
@@ -24,6 +24,7 @@
- (IBAction)showSources:(id)sender;
+@property (nonatomic, retain) IBOutlet UITableView *tableView;
@property (nonatomic, retain, readonly) UINavigationController *topicsNavigationController;
@property (nonatomic, retain) PhotoViewController *photoViewController;
@property (nonatomic, retain) NSMutableArray *topics;