ns: move IAccountProxyInterface

This commit is contained in:
Liam
2024-02-17 11:38:07 -05:00
parent 270d07be2f
commit ae114d2fa1
6 changed files with 103 additions and 19 deletions

View File

@ -17,12 +17,6 @@ class FileSystemController;
namespace NS {
class IAccountProxyInterface final : public ServiceFramework<IAccountProxyInterface> {
public:
explicit IAccountProxyInterface(Core::System& system_);
~IAccountProxyInterface() override;
};
class IApplicationManagerInterface final : public ServiceFramework<IApplicationManagerInterface> {
public:
explicit IApplicationManagerInterface(Core::System& system_);