//
//  XXGSelectProduct.m
//  XXGPlayKit
//
//  Created by apple on 2025/5/13.
//

#import "XXGSelectProduct.h"
#import "XXGPlayKitConfig.h"

@implementation XXGSelectProduct

+ (NSDictionary *)xxpk_replacedKeyFromPropertyName {
    return __data_core.xxpk_product;
}

+ (NSDictionary *)xxpk_objectClassInArray {
    return @{
        NSStringFromSelector(@selector(xxpk_pay_method)): NSStringFromClass([XXGSelectProductItem class])
    };
}
@end
