24 lines
340 B
Mathematica
24 lines
340 B
Mathematica
|
|
//
|
||
|
|
// 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
|