// // VLCCloudServiceCellTableViewCell.m // VLC for iOS // // Created by Carola Nitz on 23/12/14. // Copyright (c) 2014 VideoLAN. All rights reserved. // #import "VLCCloudServiceCellTableViewCell.h" @implementation VLCCloudServiceCellTableViewCell - (void)awakeFromNib { // Initialization code } - (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated]; // Configure the view for the selected state } @end