/* * Endless * Copyright (c) 2015 joshua stein * * See LICENSE file for redistribution terms. */ #import @interface HostSettingsController : UITableViewController - (void)showDetailsForHost:(NSString *)thost; @end