mirror of
https://github.com/zhigang1992/transshift.git
synced 2026-06-10 16:09:09 +08:00
14 lines
234 B
Objective-C
14 lines
234 B
Objective-C
//
|
|
// TrackerInfoCell.m
|
|
// TransmissionRPCClient
|
|
//
|
|
// Created by Alexey Chechetkin on 26.07.15.
|
|
// Copyright (c) 2015 Alexey Chechetkin. All rights reserved.
|
|
//
|
|
|
|
#import "TrackerInfoCell.h"
|
|
|
|
@implementation TrackerInfoCell
|
|
|
|
@end
|