libs-gsweb/Examples/WebBookStore1/DirectAction.m

12 lines
184 B
Mathematica
Raw Normal View History

#include "DirectAction.h"
#include <GSWeb/GSWeb.h>
@implementation DirectAction : GSWDirectAction
- (GSWComponent *)defaultAction
{
return [self pageWithName:@"Main"];
}
@end