mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 12:11:18 +00:00
14 lines
124 B
C
14 lines
124 B
C
|
#ifndef INC_Session_h_
|
||
|
#define INC_Session_h_
|
||
|
|
||
|
#include <GSWeb/GSWeb.h>
|
||
|
|
||
|
@interface Session : GSWSession
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
@end
|
||
|
|
||
|
#endif
|