summaryrefslogtreecommitdiff
path: root/navit/iphone/downloader/Classes/DownloaderDetailViewController.h
blob: a7238e8ed17bf1b5db0e2d2d1f8378415d37a8e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
//  DownloaderDetailViewController.h
//  Downloader
//
//  Created by Nick Geoghegan on 09/08/2011.
//  Copyright 2011 Navit Project. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface DownloaderDetailViewController : UIViewController {

@private
	NSDictionary *locationName_;


}

@property(nonatomic, retain) NSDictionary *locationName;

@end