#ifndef IVDETECTION_H #define IVDETECTION_H #include "ivmodule.h" namespace iv { class ivdetection : public ivmodule { public: ivdetection(); }; } #endif // IVDETECTION_H