libs-gsweb/Testing/DynamicElements/Main.h
Dave Wetzel 21d987fbdc * Testing/DynamicElements
Ported to WO names.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30689 72102866-910b-0410-8b05-ffd578937521
2010-06-12 01:18:12 +00:00

20 lines
399 B
Objective-C

/*
* Main.h
*
* You may freely copy, distribute and reuse the code in this example.
* We disclaims any warranty of any kind, expressed or implied, as to
* its fitness for any particular use.
*
* This file declares the interface to the object that controls the DynamicElements
* page.
*/
#include <WebObjects/WebObjects.h>
@interface Main: WOComponent
{
id tmpDynamicElement;
}
@end