mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 01:21:08 +00:00
Revert "NSURLSession Reimplementation (#411)"
This reverts commit 07233534e6
.
This commit is contained in:
parent
07233534e6
commit
3fedf31c2d
50 changed files with 7197 additions and 5391 deletions
9
Source/GSHTTPURLProtocol.h
Normal file
9
Source/GSHTTPURLProtocol.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef INCLUDED_GSHTTPURLPROTOCOL_H
|
||||
#define INCLUDED_GSHTTPURLPROTOCOL_H
|
||||
|
||||
#import "GSNativeProtocol.h"
|
||||
|
||||
@interface GSHTTPURLProtocol : GSNativeProtocol
|
||||
@end
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue