@interface RootViewController : UITableViewController {
   NSDictionary *cityMappings;
   NSArray *properties;
}
@end
