#ifndef COOKHISTORY_H #define COOKHISTORY_H class CookHistory { static CookHistory *instance; CookHistory(); public: static CookHistory *getInstance(); }; #endif // COOKHISTORY_H