libs-gsweb/Examples/WebBookStore1/Application.h

14 lines
140 B
C
Raw Normal View History

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