first commit

This commit is contained in:
xin
2020-08-05 17:04:25 +08:00
commit 399e65d995
5 changed files with 193 additions and 0 deletions

16
vincecontrol.h Normal file
View File

@ -0,0 +1,16 @@
#ifndef VINCECONTROL_H
#define VINCECONTROL_H
#include "vincecontrol_global.h"
class VINCECONTROL_EXPORT VinceControl
{
public:
VinceControl();
~VinceControl();
private:
};
#endif // VINCECONTROL_H