mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-28 03:00:51 +00:00
10 lines
166 B
C
10 lines
166 B
C
|
#ifndef INCLUDED_GSHTTPURLPROTOCOL_H
|
||
|
#define INCLUDED_GSHTTPURLPROTOCOL_H
|
||
|
|
||
|
#import "GSNativeProtocol.h"
|
||
|
|
||
|
@interface GSHTTPURLProtocol : GSNativeProtocol
|
||
|
@end
|
||
|
|
||
|
#endif
|