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

23 lines
384 B
Mathematica
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// VIPConfig.m
// TreeHole
//
// Created by on 2022/5/2.
//
#import "VIPConfig.h"
NSString const *PayMethodApplePay = @"Apple";
//NSString const *PayMethodWeChatPay = @"WxPay";
//NSString const *PayMethodAliPay = @"AliPay";
@implementation VIPConfig
+ (NSDictionary *)mj_objectClassInArray {
return @{
@"vip_goods": [VIPGoodsInfo class]
};
}
@end