This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-desktop
mirror of
https://github.com/status-im/status-desktop.git
Watch
2
Star
0
Fork
You've already forked status-desktop
0
Code
Issues
Projects
Releases
Wiki
Activity
1b417dc5fd
status-desktop
/
src-cpp
/
dotherside
/
DOtherSide.h
8 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
feat: base_cpp
2022-01-06 19:29:19 +00:00
#
pragma once
style(@desktop/cpp): apply clang-format on src-cpp/*
2022-02-21 18:03:38 +00:00
class
DOtherSide
{
public
:
static
void
registerMetaTypes
(
)
;
feat: base_cpp
2022-01-06 19:29:19 +00:00
}
;