This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-desktop
Watch
2
Star
0
Fork
0
You've already forked status-desktop
mirror of
https://github.com/status-im/status-desktop.git
synced
2025-01-23 12:59:44 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
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 15:29:19 -04:00
#
pragma once
class
AppService
{
public
:
fix: remove unneeded exceptions
2022-01-20 11:50:10 -04:00
virtual
void
init
(
)
=
0
;
feat: base_cpp
2022-01-06 15:29:19 -04:00
}
;
Reference in New Issue
Copy Permalink