17 lines
276 B
Mathematica
17 lines
276 B
Mathematica
![]() |
//
|
||
|
// ClientRedPacketModel.m
|
||
|
// xplan-ios
|
||
|
//
|
||
|
// Created by GreenLand on 2022/8/31.
|
||
|
//
|
||
|
|
||
|
#import "ClientRedPacketModel.h"
|
||
|
|
||
|
@implementation ClientRedPacketModel
|
||
|
|
||
|
//+ (NSDictionary *)objectClassInArray {
|
||
|
// return @{@"contents":GuildMessageLayoutInfoModel.class};
|
||
|
//}
|
||
|
|
||
|
@end
|