36 lines
393 B
Objective-C
36 lines
393 B
Objective-C
//
|
|
// QXGiftModel.m
|
|
// QXLive
|
|
//
|
|
// Created by 启星 on 2025/6/11.
|
|
//
|
|
|
|
#import "QXGiftModel.h"
|
|
|
|
@implementation QXGiftModel
|
|
|
|
@end
|
|
|
|
@implementation QXGiftLabelModel
|
|
|
|
|
|
|
|
@end
|
|
|
|
@implementation QXBagRecordModel
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
@implementation QXFirstRechargeModel
|
|
+(NSDictionary<NSString *,id> *)modelContainerPropertyGenericClass{
|
|
return @{
|
|
@"gift_list" : @"QXGiftModel"
|
|
};
|
|
}
|
|
|
|
|
|
@end
|