libs-gsweb/Examples/hello/Main.h
dwetzel 28ac71eaaf * Examples/hello/Main.m
GSW* -> WO*
* Examples/hello/HelloPage.h
* Examples/hello/Main.h
wrap headers in #ifdef



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30642 72102866-910b-0410-8b05-ffd578937521
2010-06-09 21:38:01 +00:00

26 lines
477 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 Main
* page.
*/
#ifndef __Main_h__
#define __Main_h__
#include <WebObjects/WebObjects.h>
@interface Main:GSWComponent
{
NSString *nameString;
}
- (GSWComponent *)sayHello;
@end
#endif // __Main_h__