Files
featherVoice/QXLive/Mine(音域)/View/爵位/QXNobilityBuyDesCell.h
2025-11-11 17:19:21 +08:00

18 lines
329 B
Objective-C

//
// QXNobilityBuyDesCell.h
// QXLive
//
// Created by 启星 on 2025/11/7.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface QXNobilityBuyDesCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *titleLabel;
+(instancetype)cellWithTableView:(UITableView *)tableView;
@end
NS_ASSUME_NONNULL_END