libs-gsweb/Examples/WebBookStore1/Session.h

14 lines
124 B
C
Raw Normal View History

#ifndef INC_Session_h_
#define INC_Session_h_
#include <GSWeb/GSWeb.h>
@interface Session : GSWSession
{
}
@end
#endif