// // SelectTextCell.m // smartRhino // // Created by tederen on 2019/11/2. // Copyright © 2019 tederen. All rights reserved. // #import "SelectTextCell.h" @implementation SelectTextCell - (void)awakeFromNib { [super awakeFromNib]; } - (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated]; // Configure the view for the selected state } @end