提交
This commit is contained in:
17
SweetParty/常用工具/防抓包/NSURLSession+PLCategory.h
Executable file
17
SweetParty/常用工具/防抓包/NSURLSession+PLCategory.h
Executable file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// NSURLSession+PLCategory.h
|
||||
// MoHuanXingYu
|
||||
//
|
||||
// Created by apple on 2020/8/25.
|
||||
// Copyright © 2020 MoHuanXingYu. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface NSURLSession (PLCategory)
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user