summaryrefslogtreecommitdiffstats
path: root/Classes/TopicsViewController.h
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-25 00:27:48 -0400
committermatt handler <matt.handler@gmail.com>2011-04-25 00:27:48 -0400
commit0c7a7586d3c2ab22adb15f032b0a69c962aaeeaf (patch)
tree3b739d5b322479355a126213b0e52c2b0b11b3ad /Classes/TopicsViewController.h
parent88d3de337a09fcab2439b20f5cb5d76aa0fcf08a (diff)
downloadpiccast-app-0c7a7586d3c2ab22adb15f032b0a69c962aaeeaf.tar.gz
piccast-app-0c7a7586d3c2ab22adb15f032b0a69c962aaeeaf.zip
we all good son, well, at least its writing to the db
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