mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 03:31:16 +00:00
12 lines
184 B
Mathematica
12 lines
184 B
Mathematica
|
#include "DirectAction.h"
|
||
|
#include <GSWeb/GSWeb.h>
|
||
|
|
||
|
@implementation DirectAction : GSWDirectAction
|
||
|
|
||
|
- (GSWComponent *)defaultAction
|
||
|
{
|
||
|
return [self pageWithName:@"Main"];
|
||
|
}
|
||
|
|
||
|
@end
|