Files
yinmeng-ios/xplan-ios/Main/Room/View/SendRedPacket/Model/XPRedPacketModel.m
2022-09-08 11:33:42 +08:00

17 lines
243 B
Objective-C

//
// XPRedPacketModel.m
// xplan-ios
//
// Created by GreenLand on 2022/9/2.
//
#import "XPRedPacketModel.h"
@implementation XPRedPacketModel
+ (NSDictionary *)replacedKeyFromPropertyName {
return @{@"redEnvelopeId":@"id"};
}
@end