ns: move IFactoryResetInterface

This commit is contained in:
Liam
2024-02-17 11:45:52 -05:00
parent 44d2e90217
commit 8ea72cc99d
5 changed files with 46 additions and 25 deletions

View File

@@ -58,12 +58,6 @@ public:
~IDownloadTaskInterface() override;
};
class IFactoryResetInterface final : public ServiceFramework<IFactoryResetInterface> {
public:
explicit IFactoryResetInterface(Core::System& system_);
~IFactoryResetInterface() override;
};
class IReadOnlyApplicationRecordInterface final
: public ServiceFramework<IReadOnlyApplicationRecordInterface> {
public: