summaryrefslogtreecommitdiffstats
path: root/Classes/TopicsViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/TopicsViewController.h')
-rw-r--r--Classes/TopicsViewController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Classes/TopicsViewController.h b/Classes/TopicsViewController.h
index c6de22f..78b154f 100644
--- a/Classes/TopicsViewController.h
+++ b/Classes/TopicsViewController.h
@@ -36,5 +36,7 @@
// Called by the ParserChoiceViewController based on the selected parser type.
- (void)startParsing;
+- (void)getTopicsFromDb;
+- (void)addTopicToSectionDictionary:(Topic *)topic;
@end