Files
yuyin_ios/SweetParty/主类/音悦新增/炼仙传说/WLStakeModel.m

24 lines
340 B
Mathematica
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// WLStakeModel.m
// romantic
//
// Created by Xmac on 2024/4/20.
// Copyright © 2024 romantic. All rights reserved.
//
#import "WLStakeModel.h"
@implementation WLStakeModel
+ (NSDictionary *)mj_objectClassInArray {
return @{@"multiple_list" : @"WLStakeMultipleModel"};
}
@end
@implementation WLStakeMultipleModel
@end