10 lines
121 B
C
10 lines
121 B
C
|
#ifndef COMMUNICATE_H
|
||
|
#define COMMUNICATE_H
|
||
|
|
||
|
class Communicate
|
||
|
{
|
||
|
public:
|
||
|
Communicate();
|
||
|
};
|
||
|
|
||
|
#endif // COMMUNICATE_H
|