//
//  LoggerHelper.h
//  react-native-live-pull
//
//  Created by iOS Team on 2024/xx/xx.
//

#import <Foundation/Foundation.h>

@interface VeLivePlayerLoggerHelper : NSObject

+ (void)setHeaderInfo:(NSDictionary *)params;

@end