mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
8 lines
81 B
C++
8 lines
81 B
C++
#pragma once
|
|
|
|
class DOtherSide
|
|
{
|
|
public:
|
|
static void registerMetaTypes();
|
|
};
|