//
//  XXGServerInfo.m
//  XXGPlayKit
//
//  Created by apple on 2025/4/30.
//

#import "XXGServerInfo.h"
#import "XXGPlayKitConfig.h"

@implementation XXGServerInfo

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

@end
