mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-19 10:01:05 +00:00
Ported to WO names. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30689 72102866-910b-0410-8b05-ffd578937521
20 lines
399 B
Objective-C
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
|