#ifndef COOKIE_H_
#define COOKIE_H_

class Cookie{
public:
	virtual ~Cookie(){}
};


#endif /* COOKIE_H_ */