mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-04 09:37:55 +08:00
16 lines
311 B
Objective-C
16 lines
311 B
Objective-C
//
|
|
// RootViewController.h
|
|
// RKCatalog
|
|
//
|
|
// Created by Blake Watters on 4/21/11.
|
|
// Copyright 2011 Two Toasters. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface RootViewController : UITableViewController <UITableViewDelegate, UITableViewDataSource> {
|
|
NSArray* _exampleTableItems;
|
|
}
|
|
|
|
@end
|