Files
transshift/TransmissionRPCClient/TrackerListCell.h
2015-07-26 17:55:11 +03:00

15 lines
306 B
Objective-C

//
// TrackerListCell.h
// TransmissionRPCClient
//
// Created by Alexey Chechetkin on 23.07.15.
// Copyright (c) 2015 Alexey Chechetkin. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface TrackerListCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *trackeHostLabel;
@end