@@ -0,0 +1,17 @@
#ifndef YC_LIB_CONFIG_H
#define YC_LIB_CONFIG_H
namespace Yc {
namespace Lib {
class Config
{
public:
Config();
};
} // namespace Lib
} // namespace Yc
#endif // YC_LIB_CONFIG_H
The note is not visible to the blocked user.