Files
peko-ios/YuMi/Config/ClientRedPacketModel.m
2023-07-14 18:50:55 +08:00

17 lines
266 B
Objective-C

//
// ClientRedPacketModel.m
// YUMI
//
// Created by YUMI on 2022/8/31.
//
#import "ClientRedPacketModel.h"
@implementation ClientRedPacketModel
//+ (NSDictionary *)objectClassInArray {
// return @{@"contents":GuildMessageLayoutInfoModel.class};
//}
@end