#ifndef MODEL_MOTORCASE_H #define MODEL_MOTORCASE_H class MotorCase { public: MotorCase(); ~MotorCase(); private: }; #endif // MODEL_MOTORCASE_H