mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 20:21:24 +00:00
18 lines
200 B
C
18 lines
200 B
C
|
#ifndef INC_DirectAction_h_
|
||
|
#define INC_DirectAction_h_
|
||
|
|
||
|
#include <GSWeb/GSWeb.h>
|
||
|
|
||
|
@class GSWComponent;
|
||
|
|
||
|
@interface DirectAction : GSWDirectAction
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
- (GSWComponent *)defaultAction;
|
||
|
|
||
|
@end
|
||
|
|
||
|
#endif
|