// // 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