libs-gsweb/Examples/WebBookStore1/Application.h

14 lines
150 B
C
Raw Normal View History

#ifndef INC_Application_h_
#define INC_Application_h_
#include <WebObjects/WebObjects.h>
@interface Application : GSWApplication
{
}
@end
#endif