mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 20:21:24 +00:00
14 lines
140 B
C
14 lines
140 B
C
|
#ifndef INC_Application_h_
|
||
|
#define INC_Application_h_
|
||
|
|
||
|
#include <GSWeb/GSWeb.h>
|
||
|
|
||
|
@interface Application : GSWApplication
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
@end
|
||
|
|
||
|
#endif
|