audio_trans/cmake-build-debug/drogon_ctl/restful_controller_h.h

10 lines
320 B
C++

//this file is generated by program automatically,don't modify it!
#include <drogon/DrTemplate.h>
class restful_controller_h:public drogon::DrTemplate<restful_controller_h>
{
public:
restful_controller_h(){};
virtual ~restful_controller_h(){};
virtual std::string genText(const drogon::DrTemplateData &) override;
};