Files
RestKit/Examples/RKCatalog/App/RootViewController.h
2012-04-04 09:08:54 -04:00

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