mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-01 22:15:00 +08:00
Cleanup project structure to match typical TT projects
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// DBPostsTableViewController.h
|
||||
// DiscussionBoard
|
||||
//
|
||||
// Created by Jeremy Ellison on 1/7/11.
|
||||
// Copyright 2011 Two Toasters. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <Three20/Three20.h>
|
||||
#import "DBResourceListTableViewController.h"
|
||||
#import "DBTopic.h"
|
||||
|
||||
@interface DBPostsTableViewController : DBResourceListTableViewController {
|
||||
NSString* _topicID;
|
||||
}
|
||||
|
||||
@property (nonatomic, readonly) DBTopic* topic;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user