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