增加换肤功能
This commit is contained in:
35
QXLive/Mine(音域)/Model/QXGiftModel.m
Normal file
35
QXLive/Mine(音域)/Model/QXGiftModel.m
Normal file
@@ -0,0 +1,35 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user