2019-07-10 14:16:18 -07:00
|
|
|
#ifndef ____welcome_h__
|
|
|
|
|
#define ____welcome_h__
|
|
|
|
|
|
2024-07-09 20:21:46 -07:00
|
|
|
#include "View.h"
|
2019-07-10 14:16:18 -07:00
|
|
|
|
|
|
|
|
namespace http {
|
|
|
|
|
|
2024-07-09 20:21:46 -07:00
|
|
|
class __welcome : public View {
|
2021-09-23 16:27:01 -07:00
|
|
|
|
2022-06-29 11:38:44 -07:00
|
|
|
public:
|
2024-07-09 20:21:46 -07:00
|
|
|
__welcome();
|
|
|
|
|
|
2019-07-10 14:16:18 -07:00
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endif
|