主播评级
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user