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
f27fd6ea61
status-desktop
/
src-cpp
/
app_service
/
include
/
app_service.h
8 lines
70 B
C
Raw
Normal View
History
Unescape
Escape
feat: base_cpp
2022-01-06 19:29:19 +00:00
#
pragma once
class
AppService
{
public
:
fix: remove unneeded exceptions
2022-01-20 15:50:10 +00:00
virtual
void
init
(
)
=
0
;
feat: base_cpp
2022-01-06 19:29:19 +00:00
}
;