This repository has been archived on 2026-07-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PasswordEncryption/messagingcontrols.h
T
2017-03-22 19:38:08 -05:00

15 lines
159 B
C++

#ifndef MESSAGINGCONTROLS_H
#define MESSAGINGCONTROLS_H
class messagingcontrols
{
public:
messagingcontrols();
~messagingcontrols();
private:
};
#endif