Refactored models and cleaned up controllers pretty thoroughly. Moved to higher level abstractions for permissions and such

This commit is contained in:
Blake Watters
2011-01-20 20:52:33 -05:00
parent 3474eb73b0
commit ebd23559bb
30 changed files with 289 additions and 251 deletions

View File

@@ -14,8 +14,7 @@
* Displays a table of Posts within a given Topic
*/
@interface DBPostsTableViewController : DBResourceListTableViewController {
// TODO: Just use a Topic
NSString* _topicID;
DBTopic* _topic;
}
/**