Files
featherVoice/QXLive/Mine(音域)/View/爵位/QXNobilityDetailCell.h

20 lines
482 B
C
Raw Normal View History

2025-11-11 17:19:21 +08:00
//
// QXNobilityDetailCell.h
// QXLive
//
// Created by 启星 on 2025/11/8.
//
#import <UIKit/UIKit.h>
#import "QXNobilityListModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXNobilityDetailCell : UICollectionViewCell
@property (weak, nonatomic) IBOutlet UIImageView *imageView;
@property (weak, nonatomic) IBOutlet UILabel *titleLabel;
@property (weak, nonatomic) IBOutlet UILabel *detailLabel;
@property (nonatomic,strong)QXNobilityPowerList *model;
@end
NS_ASSUME_NONNULL_END