Files
featherVoice/QXLive/Mine(音域)/View/个性装扮/QXDressShopCell.h
2026-01-04 14:01:30 +08:00

22 lines
586 B
Objective-C

//
// QXDressShopCell.h
// QXLive
//
// Created by 启星 on 2026/1/3.
//
#import <UIKit/UIKit.h>
#import "QXUserDressModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXDressShopCell : UICollectionViewCell
@property (weak, nonatomic) IBOutlet UIView *discountView;
@property (weak, nonatomic) IBOutlet UILabel *discountLabel;
@property (weak, nonatomic) IBOutlet UIButton *coinBtn;
@property (weak, nonatomic) IBOutlet UIImageView *dressImageView;
@property (weak, nonatomic) IBOutlet UILabel *nameLabel;
@property (nonatomic,strong)QXShopDressModel *model;
@end
NS_ASSUME_NONNULL_END