#ifndef FILTER_H
#define FILTER_H

class Filter
{
public:
    Filter();
    void filtern();
};

#endif // FILTER_H