Files
featherVoice/QXLive/Mine(音域)/Controller/每日任务/QXTaskViewController.h

22 lines
435 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// QXTaskViewController.h
// QXLive
//
// Created by 启星 on 2025/5/9.
//
#import "QXBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXTaskViewController : QXBaseViewController
@end
2025-12-17 11:44:25 +08:00
@interface QXTaskTypeCell : UICollectionViewCell
@property (nonatomic,strong)QXDayTaskTypeModel *model;
@property (nonatomic,strong)UIButton *titleBtn;
@property (nonatomic,strong)UIButton *lockImageBtn;
@end
2025-08-08 10:49:36 +08:00
NS_ASSUME_NONNULL_END