//
//  XXGMQTTConnectInfo.m
//  XXGPlayKit
//
//  Created by apple on 2025/3/20.
//

#import "XXGMQTTConnectInfo.h"
#import "XXGPlayKitConfig.h"

@implementation XXGMQTTConnectInfo

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