mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-03 09:45:10 +08:00
16 lines
315 B
Objective-C
16 lines
315 B
Objective-C
//
|
|
// RootViewController.h
|
|
// RKCatalog
|
|
//
|
|
// Created by Blake Watters on 4/21/11.
|
|
// Copyright (c) 2009-2012 RestKit. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface RootViewController : UITableViewController <UITableViewDelegate, UITableViewDataSource> {
|
|
NSArray* _exampleTableItems;
|
|
}
|
|
|
|
@end
|