Older/WebApplication/NavigationBar.h

11 lines
190 B
C
Raw Normal View History

2024-12-18 23:35:26 +08:00
#ifndef __NAVIGATIONBAR_H__
#define __NAVIGATIONBAR_H__
#include <Wt/WTemplate.h>
class NavigationBar: public Wt::WTemplate {
public:
NavigationBar();
};
#endif // __NAVIGATIONBAR_H__