mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
11 lines
151 B
C++
11 lines
151 B
C++
|
#ifndef MESSAGEFACTORY_HPP
|
||
|
#define MESSAGEFACTORY_HPP
|
||
|
|
||
|
|
||
|
class MessageFactory
|
||
|
{
|
||
|
public:
|
||
|
MessageFactory();
|
||
|
};
|
||
|
|
||
|
#endif // MESSAGEFACTORY_HPP
|