17 lines
171 B
C++
17 lines
171 B
C++
#ifndef ____welcome_h__
|
|
#define ____welcome_h__
|
|
|
|
#include "View.h"
|
|
|
|
namespace http {
|
|
|
|
class __welcome : public View {
|
|
|
|
public:
|
|
__welcome();
|
|
|
|
};
|
|
}
|
|
|
|
#endif
|