create
This commit is contained in:
24
ShenQi/InviteRecordsTableViewCell.m
Normal file
24
ShenQi/InviteRecordsTableViewCell.m
Normal file
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// InviteRecordsTableViewCell.m
|
||||
// ShenQi
|
||||
//
|
||||
// Created by Yao on 2024/11/6.
|
||||
//
|
||||
|
||||
#import "InviteRecordsTableViewCell.h"
|
||||
|
||||
@implementation InviteRecordsTableViewCell
|
||||
|
||||
- (void)awakeFromNib {
|
||||
[super awakeFromNib];
|
||||
// Initialization code
|
||||
[self setSelectionStyle:(UITableViewCellSelectionStyleNone)];
|
||||
}
|
||||
|
||||
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
|
||||
[super setSelected:selected animated:animated];
|
||||
|
||||
// Configure the view for the selected state
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user