@interface RootViewController : UITableViewController<UIAlertViewDelegate> {
   NSDictionary *cityMappings;
   NSArray *allProperties;
   NSArray *filteredProperties;
}

@end
