主播评级

This commit is contained in:
fengshuo
2022-12-13 21:09:48 +08:00
parent 942fc0639e
commit 1f9e998402
61 changed files with 1225 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
//
// AnchorLevelTimeView.h
// xplan-ios
//
// Created by 冯硕 on 2022/12/13.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface AnchorLevelTimeView : UIView
///剩余时间秒
@property (nonatomic,assign) int nextRemaining;
@end
NS_ASSUME_NONNULL_END