Files
featherVoice/QXLive/Base/NSURLSession+QX.h

18 lines
249 B
C
Raw Permalink Normal View History

//
// NSURLSession+BJX.h
// BJXGame
//
// Created by apple on 2022/11/7.
// Copyright © 2022 鑫创. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface NSURLSession (QX)
@end
NS_ASSUME_NONNULL_END