summaryrefslogtreecommitdiffstats
path: root/Classes/TopicsViewController.h
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-20 21:48:14 -0400
committermatt handler <matt.handler@gmail.com>2011-04-20 21:48:14 -0400
commitf2a2e1c1687ac7dbb9010b5f826486f77baeae77 (patch)
treeb6d2d82168f925329abb0d859de620966bcd2d7f /Classes/TopicsViewController.h
parent9d52266f823daf5cb83e3eebe1b9f57594bc9d4a (diff)
downloadpiccast-app-f2a2e1c1687ac7dbb9010b5f826486f77baeae77.tar.gz
piccast-app-f2a2e1c1687ac7dbb9010b5f826486f77baeae77.zip
icons, rename, title bar color change, tabbarviewcontroller links to shib for topicsviewcontroller instead of a rando
Diffstat (limited to 'Classes/TopicsViewController.h')
-rw-r--r--Classes/TopicsViewController.h6
1 files changed, 3 insertions, 3 deletions
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 <UIKit/UIKit.h>
#import "XMLParser.h"
#import "HJObjManager.h"
-#import "PicDumpViewController.h"
+//#import "PicDumpViewController.h"
#import "PhotoViewController.h"
@interface TopicsViewController : UITableViewController <XMLParserDelegate>{
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.