HTTPServer/__welcome.h
2024-07-09 20:21:46 -07:00

17 lines
171 B
C++

#ifndef ____welcome_h__
#define ____welcome_h__
#include "View.h"
namespace http {
class __welcome : public View {
public:
__welcome();
};
}
#endif