mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-02 06:24:54 +08:00
17 lines
319 B
Objective-C
17 lines
319 B
Objective-C
//
|
|
// DBPostsTableViewController.h
|
|
// DiscussionBoard
|
|
//
|
|
// Created by Jeremy Ellison on 1/7/11.
|
|
// Copyright 2011 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <Three20/Three20.h>
|
|
|
|
@interface DBPostsTableViewController : TTTableViewController {
|
|
NSString* _topicID;
|
|
}
|
|
|
|
@end
|