libs-gsweb/Examples/WebBookStore1/DirectAction.h

18 lines
211 B
C
Raw Normal View History

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