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