36 lines
393 B
Mathematica
36 lines
393 B
Mathematica
|
|
//
|
||
|
|
// 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
|