@@ -0,0 +1,13 @@
#ifndef PAYLOAD_H
#define PAYLOAD_H
class Payload
{
private:
public:
Payload();
virtual ~Payload();
};
#endif /* PAYLOAD_H */
The note is not visible to the blocked user.