17 lines
266 B
Objective-C
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
|