#ifndef STATICTESTLIB_H
#define STATICTESTLIB_H
class StaticTestLib
{
public:
StaticTestLib();
};
#endif // STATICTESTLIB_H