libs-gsweb/Examples/WebBookStore1/DirectAction.h

18 lines
200 B
C
Raw Normal View History

#ifndef INC_DirectAction_h_
#define INC_DirectAction_h_
#include <GSWeb/GSWeb.h>
@class GSWComponent;
@interface DirectAction : GSWDirectAction
{
}
- (GSWComponent *)defaultAction;
@end
#endif