#ifndef SHOPSERVICE_H #define SHOPSERVICE_H class ShopService { public: ShopService(); }; #endif // SHOPSERVICE_H