libs-gsweb/Examples/hello/Hello.m

15 lines
175 B
Mathematica
Raw Normal View History

#ifndef GNUSTEP
#include <GNUstepBase/GNUstep.h>
#endif
#include "Hello.h"
@implementation Hello
+(NSNumber*)sessionTimeOut
{
return [NSNumber numberWithInt:60];
}
@end