mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-14 23:58:21 +00:00
7 lines
91 B
C++
7 lines
91 B
C++
#pragma once
|
|
|
|
class DOtherSide {
|
|
public:
|
|
static void registerMetaTypes();
|
|
};
|