// // BrowseViewController.h // PicCast // // Created by Matthew Handler on 4/29/11. // Copyright 2011 Earl Industries. All rights reserved. // #import #import "HJObjManager.h" #import "PhotoViewController.h" #import "FMDatabase.h" #import "SectionDictionary.h" #import "Fetcher.h" #import "Source.h" @interface BrowseViewController : UIViewController { //UINavigationController *topicsNavigationController; NSMutableDictionary *sectionDictionary; NSMutableDictionary *sourcesDictionary; SectionDictionary *tableDictionary; // structure to sync with table //FeedViewController *feedViewController; // the view that a source points to, which shows recent sets //PhotoViewController *photoViewController; HJObjManager* objMan; } @property (nonatomic, retain) IBOutlet UITableView *tableView; @end