18 lines
329 B
Objective-C
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
|