//
//  XXGNetListModel.m
//  XXGPlayKit
//
//  Created by apple on 2025/2/27.
//

#import "XXGNetListModel.h"
#import "XXGPlayKitConfig.h"

@implementation XXGNetListModel

+ (NSDictionary *)xxpk_replacedKeyFromPropertyName {
    return __data_core.xxpk_net_list;
}
@end
