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

18 lines
272 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
@interface AnchorLevelTimeView : UIView
///剩余时间秒
@property (nonatomic,assign) int nextRemaining;
@end
NS_ASSUME_NONNULL_END