// // RPCServerConfigController.h // TransmissionRPCClient // // Created by Alexey Chechetkin on 23.06.15. // Copyright (c) 2015 Alexey Chechetkin. All rights reserved. // #import #import "RPCServerConfig.h" #import "CommonTableController.h" #define CONTROLLER_ID_RPCSERVERCONFIG @"RPCServerConfig" @interface RPCServerConfigController : CommonTableController @property(nonatomic) RPCServerConfig *config; - (BOOL)saveConfig; - (void)loadConfig; @end