mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-25 21:50:48 +08:00
Remove unused _tableTitleHeaderLabel from DBResourceListTableViewController
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
@interface DBResourceListTableViewController : TTTableViewController {
|
||||
UILabel* _loadedAtLabel;
|
||||
UILabel* _tableTitleHeaderLabel;
|
||||
|
||||
NSString* _resourcePath;
|
||||
Class _resourceClass;
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
- (id)initWithNavigatorURL:(NSURL *)URL query:(NSDictionary *)query {
|
||||
if (self = [super initWithNavigatorURL:URL query:query]) {
|
||||
self.title = @"Topics";
|
||||
_tableTitleHeaderLabel.text = @"Recent Topics";
|
||||
|
||||
_resourcePath = [@"/topics" retain];
|
||||
_resourceClass = [DBTopic class];
|
||||
|
||||
Reference in New Issue
Block a user