Files
transshift/TransmissionRPCClient/ServerListController.h
2015-07-16 00:32:12 +03:00

19 lines
426 B
Objective-C

//
// ServerListController.h
// TransmissionRPCClient
//
// Created by Alexey Chechetkin on 24.06.15.
// Copyright (c) 2015 Alexey Chechetkin. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "CommonTableController.h"
#define CONTROLLER_ID_SERVERLIST @"ServerListController"
#define SERVERLIST_CONTROLLER_TITLE NSLocalizedString(@"Servers", @"")
@interface ServerListController : CommonTableController
@end