ProgrammaticMapAppDelegate.h 453 Bytes
//
//  ProgrammaticMapAppDelegate.h
//  ProgrammaticMap
//
//  Created by Hal Mueller on 3/25/09.
//  Copyright Route-Me Contributors 2009. All rights reserved.
//

#import <UIKit/UIKit.h>

@class ProgrammaticMapViewController;

@interface ProgrammaticMapAppDelegate : NSObject <UIApplicationDelegate>

@property (nonatomic, retain) IBOutlet UIWindow *window;
@property (nonatomic, retain) IBOutlet ProgrammaticMapViewController *viewController;

@end