summaryrefslogtreecommitdiff
path: root/navit/iphone/downloader/Classes/DownloaderDetailViewController.h
blob: 33c397304211acecbdab44903382c9def043efca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  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