#ifndef PHONEBOOK_CLASS_HPP # define PHONEBOOK_CLASS_HPP class Phonebookk { public: ~Phonebookk( void ); Phonebookk( void ); }; #endif