mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
9 lines
156 B
C++
9 lines
156 B
C++
#include "../Interface/Plugin.h"
|
|
|
|
#include "IPychart.h"
|
|
|
|
class IPychartFactory : public IPlugin
|
|
{
|
|
public:
|
|
virtual IPychart * getPychart(void)=0;
|
|
}; |