mirror of
https://github.com/zhigang1992/transshift.git
synced 2026-06-11 00:19:10 +08:00
15 lines
238 B
Objective-C
15 lines
238 B
Objective-C
//
|
|
// ChooseServerCell.m
|
|
// TransmissionRPCClient
|
|
//
|
|
// Created by Alexey Chechetkin on 05.07.15.
|
|
// Copyright (c) 2015 Alexey Chechetkin. All rights reserved.
|
|
//
|
|
|
|
#import "ChooseServerCell.h"
|
|
|
|
@implementation ChooseServerCell
|
|
|
|
|
|
@end
|