mirror of
https://github.com/zhigang1992/transshift.git
synced 2026-06-11 00:19:10 +08:00
15 lines
306 B
Objective-C
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
|