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

19 lines
396 B
Objective-C

//
// RKCatalogAppDelegate.h
// RKCatalog
//
// Created by Blake Watters on 4/21/11.
// Copyright (c) 2009-2012 RestKit. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface RKCatalogAppDelegate : NSObject <UIApplicationDelegate> {
}
@property (nonatomic, retain) IBOutlet UIWindow *window;
@property (nonatomic, retain) IBOutlet UINavigationController *navigationController;
@end