summaryrefslogtreecommitdiff
path: root/navit/iphone/downloader/Classes/RootViewController.h
blob: 2d8a6b7af3ea313e83be71113b60c65213557f53 (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