循环定时器
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// CycleTimerCell.m
|
||||
// Ifish
|
||||
//
|
||||
// Created by 祝发冬 on 2022/5/15.
|
||||
// Copyright © 2022 lianlian. All rights reserved.
|
||||
//
|
||||
|
||||
#import "CycleTimerCell.h"
|
||||
|
||||
@implementation CycleTimerCell
|
||||
|
||||
- (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
|
||||
Reference in New Issue
Block a user