navit 0.5.3-trunk
Loading...
Searching...
No Matches
RootViewController.h
Go to the documentation of this file.
1//
2// RootViewController.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@interface RootViewController : UITableViewController
12{
13 NSMutableArray* locations_;
14
15}
16
17@property (nonatomic, retain) NSMutableArray* locations;
18
19@end
Definition RootViewController.h:12
NSMutableArray * locations_
Definition RootViewController.h:13