Current File : //usr/share/doc/cmake-2.8.12.2/Example/Hello/hello.h
#ifndef _hello_h
#define _hello_h


class Hello
{
public:
  void Print();
};

#endif