#ifndef SIMPLE_LIB_H
#define SIMPLE_LIB_H

class SimpleLib
{
public:
  SimpleLib();
  ~SimpleLib();
};

#endif