Files
yinmeng-ios/xplan-ios/Main/Mine/View/SubViews/AnchorLevel/AnchorLevelTimeView.h

19 lines
268 B
C
Raw Normal View History

2022-12-13 21:09:48 +08:00
//
// AnchorLevelTimeView.h
// xplan-ios
//
// Created by 冯硕 on 2022/12/13.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
2023-01-04 18:49:02 +08:00
@interface AnchorLevelTimeView : UIView
2023-01-04 18:49:02 +08:00
- (void)countDownFinish;
2022-12-13 21:09:48 +08:00
2023-01-04 18:49:02 +08:00
- (void)countDownChange:(int)number;
2022-12-13 21:09:48 +08:00
@end
NS_ASSUME_NONNULL_END