18 lines
249 B
C
18 lines
249 B
C
|
|
//
|
||
|
|
// 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
|