Files
yinmeng-ios/xplan-ios/Main/Tabbar/ClientRedPacketModel.m
2022-09-08 11:33:42 +08:00

17 lines
276 B
Objective-C

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