mirror of
https://github.com/status-im/status-app.git
synced 2026-09-01 01:21:15 +00:00
17 lines
271 B
C++
17 lines
271 B
C++
#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
|