17 lines
258 B
Mathematica
17 lines
258 B
Mathematica
![]() |
//
|
||
|
// MonentsListInfoModel.m
|
||
|
// xplan-ios
|
||
|
//
|
||
|
// Created by 冯硕 on 2022/5/18.
|
||
|
//
|
||
|
|
||
|
#import "MonentsListInfoModel.h"
|
||
|
|
||
|
@implementation MonentsListInfoModel
|
||
|
|
||
|
+ (NSDictionary *)objectClassInArray {
|
||
|
return @{@"dynamicList":[MonentsInfoModel class]};
|
||
|
}
|
||
|
|
||
|
@end
|