mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-02 14:34:51 +08:00
Refactored models and cleaned up controllers pretty thoroughly. Moved to higher level abstractions for permissions and such
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user