mirror of
https://github.com/status-im/status-app.git
synced 2026-09-02 01:51:12 +00:00
feat: add empty main module
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include "accounts/service_interface.h"
|
||||
#include "app_controller_delegate.h"
|
||||
#include "controller.h"
|
||||
#include <stdexcept>
|
||||
|
||||
namespace Modules
|
||||
{
|
||||
namespace Main
|
||||
{
|
||||
class ModuleControllerDelegateInterface
|
||||
{
|
||||
public:
|
||||
};
|
||||
}; // namespace Main
|
||||
}; // namespace Modules
|
||||
Reference in New Issue
Block a user