@@ -0,0 +1,11 @@
#ifndef STREAM_H
#define STREAM_H
class Stream
{
public:
Stream();
};
#endif // STREAM_H
The note is not visible to the blocked user.