// // QXWalletHomeCell.h // QXLive // // Created by 启星 on 2025/5/16. // #import NS_ASSUME_NONNULL_BEGIN @interface QXWalletHomeCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *titleLabel; +(instancetype)cellWithTableView:(UITableView *)tableView; @end NS_ASSUME_NONNULL_END