13 lines
172 B
C
13 lines
172 B
C
|
#ifndef SCSTWCLIENT_H
|
||
|
#define SCSTWCLIENT_H
|
||
|
|
||
|
#include "ScStwClient_global.h"
|
||
|
|
||
|
class SCSTWCLIENT_EXPORT ScStwClient
|
||
|
{
|
||
|
public:
|
||
|
ScStwClient();
|
||
|
};
|
||
|
|
||
|
#endif // SCSTWCLIENT_H
|