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