navit  0.5.1-trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups
DownloaderDetailViewController.h
Go to the documentation of this file.
1 //
2 // DownloaderDetailViewController.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 
11 
13 
14 @private
15  NSDictionary *locationName_;
16 
17 
18 }
19 
20 @property(nonatomic, retain) NSDictionary *locationName;
21 
22 @end
#define UIViewController
Definition: graphics_cocoa.m:36
NSDictionary * locationName_
Definition: DownloaderDetailViewController.h:15
Definition: DownloaderDetailViewController.h:12