// // FamilyTableViewCell.m // tongxin // // Created by ecell on 2021/7/16. // Copyright © 2021 xTT. All rights reserved. // #import "FamilyTableViewCell.h" @implementation FamilyTableViewCell - (void)awakeFromNib { [super awakeFromNib]; } -(void)isCanEditStatus:(BOOL)status { } -(void)setSelectInImageShow:(BOOL)isShow { } - (void)setDelectModel:(BOOL)isDelect { } - (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated]; } @end