You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
519 B

//
// 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