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