Files
featherVoice/QXLive/HomePage(声播)/Model/QXRankModel.m

25 lines
341 B
Mathematica
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// QXRankModel.m
// QXLive
//
// Created by on 2025/7/10.
//
#import "QXRankModel.h"
@implementation QXRankModel
+(NSDictionary<NSString *,id> *)modelContainerPropertyGenericClass{
return @{
@"my_ranking" : @"QXMyRankModel",
@"lists": @"QXMyRankModel"
};
}
@end
@implementation QXMyRankModel
@end