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

#import "XXGMQTTTopicInfo.h"
#import "XXGPlayKitConfig.h"

@implementation XXGMQTTTopicInfo

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

@end
