old cookie added again

will be replaced in separate branch/pull request
This commit is contained in:
Robin Müller 2020-04-19 13:26:40 +02:00
parent abe7239018
commit 0cb2abfe7e

10
devicehandlers/Cookie.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef COOKIE_H_
#define COOKIE_H_
class Cookie{
public:
virtual ~Cookie(){}
};
#endif /* COOKIE_H_ */