From f2a2e1c1687ac7dbb9010b5f826486f77baeae77 Mon Sep 17 00:00:00 2001 From: matt handler Date: Wed, 20 Apr 2011 21:48:14 -0400 Subject: icons, rename, title bar color change, tabbarviewcontroller links to shib for topicsviewcontroller instead of a rando --- Classes/TopicsViewController.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Classes/TopicsViewController.h') diff --git a/Classes/TopicsViewController.h b/Classes/TopicsViewController.h index 58acc43..c63635f 100644 --- a/Classes/TopicsViewController.h +++ b/Classes/TopicsViewController.h @@ -9,13 +9,13 @@ #import #import "XMLParser.h" #import "HJObjManager.h" -#import "PicDumpViewController.h" +//#import "PicDumpViewController.h" #import "PhotoViewController.h" @interface TopicsViewController : UITableViewController { UINavigationController *topicsNavigationController; NSMutableArray *topics; - PicDumpViewController *picDumpViewController; +// PicDumpViewController *picDumpViewController; PhotoViewController *photoViewController; XMLParser *parser; HJObjManager* objMan; @@ -24,7 +24,7 @@ @property (nonatomic, retain, readonly) UINavigationController *topicsNavigationController; @property (nonatomic, retain) PhotoViewController *photoViewController; @property (nonatomic, retain) NSMutableArray *topics; -@property (nonatomic, retain, readonly) PicDumpViewController *picDumpViewController; +//@property (nonatomic, retain, readonly) PicDumpViewController *picDumpViewController; @property (nonatomic, retain) XMLParser *parser; // Called by the ParserChoiceViewController based on the selected parser type. -- cgit v1.2.3