cdts/xdts-ios 3/TreeHole/Code/Features/Profile/Model/WalletInfo.m

19 lines
244 B
Mathematica
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// WalletInfo.m
// TreeHole
//
// Created by on 2022/6/19.
//
#import "WalletInfo.h"
@implementation WalletInfo
+ (NSDictionary *)mj_objectClassInArray {
return @{
@"deal_flows": WalletRecord.class
};
}
@end