#ifndef HUMIDITY_H
#define HUMIDITY_H
#include "Box.h"
class Humidity : public Box
{
public:
Humidity( QQuickItem* parent );
};
#endif // HUMIDITY_H