#ifndef PLEXHELPER_H #define PLEXHELPER_H namespace plexclient { class PlexHelper { public: PlexHelper(); ~PlexHelper(); }; } #endif // PLEXHELPER_H