//
//  XXGExtraParams.m
//  XXGPlayKit
//
//  Created by apple on 2025/3/21.
//

#import "XXGExtraParams.h"
#import "XXGPlayKitConfig.h"

@implementation XXGExtraParams

+ (NSDictionary *)xxpk_replacedKeyFromPropertyName {
#ifdef XXGPLAYKITCN_TARGET
    return __data_core.xxpk_extends;
#endif

#ifdef XXGPLAYKITOS_TARGET
    return __data_core.xxpk_extra_params;
#endif
}

@end
