#ifndef %{APPNAMELC}_H
#define %{APPNAMELC}_H
class Foo
{
public:
Foo();
void doSomething();
};
#endif