Files
peko-ios/YuMi/Modules/YMMonents/Model/MomentsTopicModel.m
2024-07-17 17:49:33 +08:00

17 lines
248 B
Objective-C

//
// MonentsTopicModel.m
// YUMI
//
// Created by YUMI on 2022/5/18.
//
#import "MomentsTopicModel.h"
@implementation MomentsTopicModel
+ (NSDictionary *)replacedKeyFromPropertyName {
return @{@"tId":@"id", @"desc":@"description"};
}
@end