Files
transshift/TransmissionRPCClient/FileListController.h
2015-06-30 22:52:01 +03:00

14 lines
255 B
Objective-C

//
// FileListController.h
// TransmissionRPCClient
//
// Created by Alexey Chechetkin on 30.06.15.
// Copyright (c) 2015 Alexey Chechetkin. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FileListController : UITableViewController
@end