Files
fanyin-ios/QXLive/HomePage(声播)/Model/QXRankModel.m

25 lines
341 B
Mathematica
Raw Normal View History

2025-08-12 14:27:12 +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