ns: move IAccountProxyInterface

This commit is contained in:
Liam 2024-02-17 11:38:07 -05:00
parent cd6122b389
commit cef212f9e8
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_);