navit  0.5.3-trunk
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 @private
14  NSDictionary *locationName_;
15 }
16 
17 @property(nonatomic, retain) NSDictionary *locationName;
18 
19 @end
#define UIViewController
Definition: graphics_cocoa.m:36
Definition: DownloaderDetailViewController.h:12
NSDictionary * locationName_
Definition: DownloaderDetailViewController.h:14