Files
yinmeng-ios/xplan-ios/Main/Mine/View/SubViews/AnchorLevel/AnchorLevelTimeView.h
2023-01-04 18:49:02 +08:00

19 lines
268 B
Objective-C

//
// AnchorLevelTimeView.h
// xplan-ios
//
// Created by 冯硕 on 2022/12/13.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface AnchorLevelTimeView : UIView
- (void)countDownFinish;
- (void)countDownChange:(int)number;
@end
NS_ASSUME_NONNULL_END