19 lines
244 B
Mathematica
19 lines
244 B
Mathematica
|
|
//
|
||
|
|
// WalletInfo.m
|
||
|
|
// TreeHole
|
||
|
|
//
|
||
|
|
// Created by 谢培艺 on 2022/6/19.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "WalletInfo.h"
|
||
|
|
|
||
|
|
@implementation WalletInfo
|
||
|
|
|
||
|
|
+ (NSDictionary *)mj_objectClassInArray {
|
||
|
|
return @{
|
||
|
|
@"deal_flows": WalletRecord.class
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
@end
|