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

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface XXGServerInfo : NSObject

@property (nonatomic, copy) NSString * xxpk_product_id;
@property (nonatomic, copy) NSString * xxpk_run_env;
@property (nonatomic, copy) NSString * xxpk_timestamp;
@property (nonatomic, copy) NSString * xxpk_version;

@end

NS_ASSUME_NONNULL_END
