Files
yuyin_ios/SweetParty/常用工具/防抓包/NSURLSession+PLCategory.h

18 lines
275 B
C
Raw Permalink Normal View History

2025-08-08 11:05:33 +08:00
//
// 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