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