RelayFile/Protocol/Communicate.h

10 lines
121 B
C
Raw Normal View History

2025-05-05 23:22:43 +08:00
#ifndef COMMUNICATE_H
#define COMMUNICATE_H
class Communicate
{
public:
Communicate();
};
#endif // COMMUNICATE_H