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

18 lines
249 B
C
Raw Normal View History

2025-09-22 18:48:29 +08:00
//
// 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