#ifndef PROTO_CLASS_H #define PROTO_CLASS_H class ProtoClass { private: ProtoClass (); ~ProtoClass (); }; #endif