CNLiveURLRequestSerialization.h 402 Bytes
//
//  CNLiveURLRequestSerialization.h
//  CNLivePlayer_Example
//
//  Created by CNLive-zxw on 2019/7/26.
//  Copyright © 2019 153993236@qq.com. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface CNLiveURLRequestSerialization : NSObject
+ (nullable NSString *)cn_QueryStringFromParameters:(nullable NSDictionary *)parameters;

@end

NS_ASSUME_NONNULL_END