Files
RestKit/Examples/RKCatalog/App/RootViewController.h
2011-04-22 11:34:33 -04:00

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