cdts/xdts-ios 3/TreeHole/Code/Features/VIP/VIPGoodsInfo.m

19 lines
245 B
Mathematica
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// VIPGoodsInfo.m
// TreeHole
//
// Created by on 2022/5/2.
//
#import "VIPGoodsInfo.h"
@implementation VIPGoodsInfo
+ (NSDictionary *)mj_objectClassInArray {
return @{
@"vip_items": [VIPItem class]
};
}
@end