mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-06-22 22:23:49 +08:00
15 lines
175 B
C++
15 lines
175 B
C++
|
|
#pragma once
|
|
|
|
#include <QObject>
|
|
|
|
class SpkResource : public QObject
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
SpkResource(QObject *parent = nullptr);
|
|
|
|
private:
|
|
|
|
};
|