Files
featherVoice/QXLive/Mine(音域)/Controller/每日任务/QXTaskViewController.h
2025-12-17 11:44:25 +08:00

22 lines
435 B
Objective-C

//
// QXTaskViewController.h
// QXLive
//
// Created by 启星 on 2025/5/9.
//
#import "QXBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXTaskViewController : QXBaseViewController
@end
@interface QXTaskTypeCell : UICollectionViewCell
@property (nonatomic,strong)QXDayTaskTypeModel *model;
@property (nonatomic,strong)UIButton *titleBtn;
@property (nonatomic,strong)UIButton *lockImageBtn;
@end
NS_ASSUME_NONNULL_END