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