From 869398ebfb18702b9de42f723ff8072b116eb04f Mon Sep 17 00:00:00 2001 From: matt handler Date: Fri, 29 Apr 2011 16:35:15 -0400 Subject: changing subscribedSources -> sources, adding instant level today/tomorrow/yesterday for section headers, setting status bar to black and showing once app loads, handling url just an nslog right now, updated image, added piccast:// protocol, setting up faves in the db, adding search and browse views --- Classes/TopicsViewController.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Classes/TopicsViewController.h') diff --git a/Classes/TopicsViewController.h b/Classes/TopicsViewController.h index 98a678c..bdd9eda 100644 --- a/Classes/TopicsViewController.h +++ b/Classes/TopicsViewController.h @@ -26,6 +26,10 @@ HJObjManager* objMan; FMDatabase* db; + + NSString *_today; + NSString *_yesterday; + NSString *_tomorrow; } - (IBAction)showSources:(id)sender; -- cgit v1.2.3