summaryrefslogtreecommitdiffstats
path: root/Classes/TopicsViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/TopicsViewController.h')
-rw-r--r--Classes/TopicsViewController.h7
1 files changed, 5 insertions, 2 deletions
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 <XMLParserDelegate, SourcesEditViewControllerDelegate, UITableViewDataSource>{
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;