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

#import <UIKit/UIKit.h>

@interface RootViewController : UITableViewController 
{
	NSMutableArray* locations_;
	
}

@property (nonatomic, retain) NSMutableArray* locations;

@end