Files
featherVoice/QXLive/Mine(音域)/View/每日任务/QXProgressView.h
2025-08-08 10:49:36 +08:00

20 lines
391 B
Objective-C

//
// QXProgressView.h
// QXLive
//
// Created by 启星 on 2025/5/26.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface QXProgressView : UIView
@property (nonatomic,strong)UIColor *bgColor;
@property (nonatomic,strong)UIColor *progressColor;
@property (nonatomic,strong)UIColor *progressTitleColor;
@property (nonatomic,assign)double progress;
@end
NS_ASSUME_NONNULL_END