Files
vince/vincecontrol.h

17 lines
205 B
C
Raw Normal View History

2020-08-05 17:04:25 +08:00
#ifndef VINCECONTROL_H
#define VINCECONTROL_H
#include "vincecontrol_global.h"
class VINCECONTROL_EXPORT VinceControl
{
public:
VinceControl();
~VinceControl();
private:
};
#endif // VINCECONTROL_H