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