Files
featherVoice/QXLive/Mine(音域)/Model/QXRechargeListModel.h

19 lines
347 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// QXRechargeListModel.h
// QXLive
//
// Created by 启星 on 2025/7/9.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface QXRechargeListModel : NSObject
@property (nonatomic,strong)NSString *money;
@property (nonatomic,strong)NSString *coins;
@property (nonatomic,assign)BOOL isSelected;
@end
NS_ASSUME_NONNULL_END