// // RecordCell_New.m // jiaPei // // Created by EchoShacolee on 2018/3/26. // Copyright © 2018年 JCZ. All rights reserved. // #import "RecordCell_New.h" @implementation RecordCell_New - (void)awakeFromNib { [super awakeFromNib]; // Initialization code } - (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated]; // Configure the view for the selected state } @end