Files
peko-ios/YuMi/Modules/YMMonents/Model/MonentsCommentModel.m
2023-07-14 18:50:55 +08:00

23 lines
299 B
Objective-C

//
// MonentsCommentModel.m
// YUMI
//
// Created by YUMI on 2022/6/22.
//
#import "MonentsCommentModel.h"
@implementation MonentsCommentModel
@end
@implementation MonentsCommentListModel
+ (NSDictionary *)objectClassInArray {
return @{@"commentList": MonentsCommentModel.class};
}
@end