// // RecordTableViewCell.m // BuguLive // // Created by yy on 16/7/21. // Copyright © 2016年 xfg. All rights reserved. // #import "RecordTableViewCell.h" @implementation RecordTableViewCell - (void)awakeFromNib { [super awakeFromNib]; } - (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated]; // Configure the view for the selected state } @end