Added skeleton for controls

This commit is contained in:
amazing-username
2017-03-22 19:38:08 -05:00
parent 32da209bc0
commit 5fe6a261a0
2 changed files with 24 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef MESSAGINGCONTROLS_H
#define MESSAGINGCONTROLS_H
class messagingcontrols
{
public:
messagingcontrols();
~messagingcontrols();
private:
};
#endif