@@ -0,0 +1,9 @@
#ifndef FOLDER_CLASS
#define FOLDER_CLASS
#include "Object.h"
class Folder : public Object {
};
#endif
The note is not visible to the blocked user.