From 663d25e5160e97eefed1444bac0b4ac964f3368e Mon Sep 17 00:00:00 2001 From: matt handler Date: Sun, 24 Apr 2011 21:00:46 -0400 Subject: still a bit off from a solid state... added fmdatabase, updated acidcow parser with a formate, added some standard stuff to piccast app delegate, created a section dictionary, did some serializing to/from db for topics, added a bunch of logic to topic view controller, added db table --- Classes/TopicsViewController.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Classes/TopicsViewController.h') diff --git a/Classes/TopicsViewController.h b/Classes/TopicsViewController.h index fac4e7d..c6de22f 100644 --- a/Classes/TopicsViewController.h +++ b/Classes/TopicsViewController.h @@ -12,14 +12,17 @@ //#import "PicDumpViewController.h" #import "SourcesEditViewController.h" #import "PhotoViewController.h" +#import "FMDatabase.h" +#import "SectionDictionary.h" @interface TopicsViewController : UIViewController { UINavigationController *topicsNavigationController; - NSMutableArray *topics; -// PicDumpViewController *picDumpViewController; + NSMutableArray *topics; // topics loaded from the web + SectionDictionary *tableDictionary; // structure to sync with table PhotoViewController *photoViewController; XMLParser *parser; HJObjManager* objMan; + FMDatabase* db; } - (IBAction)showSources:(id)sender; -- cgit v1.2.3