HTTPServer/__welcome.h

17 lines
171 B
C
Raw Normal View History

#ifndef ____welcome_h__
#define ____welcome_h__
2024-07-09 20:21:46 -07:00
#include "View.h"
namespace http {
2024-07-09 20:21:46 -07:00
class __welcome : public View {
2022-06-29 11:38:44 -07:00
public:
2024-07-09 20:21:46 -07:00
__welcome();
};
}
#endif