diff options
Diffstat (limited to 'PlexHelper.h')
-rw-r--r-- | PlexHelper.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/PlexHelper.h b/PlexHelper.h new file mode 100644 index 0000000..e42fc1d --- /dev/null +++ b/PlexHelper.h @@ -0,0 +1,17 @@ +#ifndef PLEXHELPER_H +#define PLEXHELPER_H + +namespace plexclient +{ + +class PlexHelper +{ +public: + PlexHelper(); + ~PlexHelper(); + +}; + +} + +#endif // PLEXHELPER_H |