mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-02 08:39:13 +00:00
ns: move IECommerceInterface
This commit is contained in:
@@ -58,12 +58,6 @@ public:
|
||||
~IDownloadTaskInterface() override;
|
||||
};
|
||||
|
||||
class IECommerceInterface final : public ServiceFramework<IECommerceInterface> {
|
||||
public:
|
||||
explicit IECommerceInterface(Core::System& system_);
|
||||
~IECommerceInterface() override;
|
||||
};
|
||||
|
||||
class IFactoryResetInterface final : public ServiceFramework<IFactoryResetInterface> {
|
||||
public:
|
||||
explicit IFactoryResetInterface(Core::System& system_);
|
||||
|
||||
Reference in New Issue
Block a user