#ifndef PROFESSINPUTTABLE_H #define PROFESSINPUTTABLE_H #include class ProfessInputTable { public: ProfessInputTable(); private: }; #endif // PROFESSINPUTTABLE_H