navit 0.5.3-trunk
Loading...
Searching...
No Matches
DownloaderAppDelegate.h
Go to the documentation of this file.
1//
2// DownloaderAppDelegate.h
3// Downloader
4//
5// Created by Nick Geoghegan on 09/08/2011.
6// Copyright 2011 Navit Project. All rights reserved.
7//
8
9#import <UIKit/UIKit.h>
10
12
14 UINavigationController *navigationController;
15}
16
17@property (nonatomic, retain) IBOutlet UIWindow *window;
18@property (nonatomic, retain) IBOutlet UINavigationController *navigationController;
19
20@end
21
#define UIWindow
Definition graphics_cocoa.m:38
#define UIApplicationDelegate
Definition graphics_cocoa.m:37
Definition DownloaderAppDelegate.h:11
UIWindow * window
Definition DownloaderAppDelegate.h:13
UINavigationController * navigationController
Definition DownloaderAppDelegate.h:14
Definition window.h:23