mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-12 20:56:42 +00:00
13 lines
132 B
C++
13 lines
132 B
C++
#ifndef STATICTESTLIB_H
|
|
#define STATICTESTLIB_H
|
|
|
|
|
|
class StaticTestLib
|
|
{
|
|
|
|
public:
|
|
StaticTestLib();
|
|
};
|
|
|
|
#endif // STATICTESTLIB_H
|