Files
transshift/TransmissionRPCClient/FileListFSCell.m

24 lines
450 B
Objective-C

//
// FileListFSCell.m
// TransmissionRPCClient
//
// Created by Alexey Chechetkin on 03.07.15.
// Copyright (c) 2015 Alexey Chechetkin. All rights reserved.
//
#import "FileListFSCell.h"
@implementation FileListFSCell
- (void)awakeFromNib {
// Initialization code
}
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
[super setSelected:selected animated:animated];
// Configure the view for the selected state
}
@end