18 lines
183 B
C++
18 lines
183 B
C++
//
|
|
// Created by dongl on 23-7-4.
|
|
//
|
|
|
|
#ifndef IM2_ONLINEMESSAGEMGR_H
|
|
#define IM2_ONLINEMESSAGEMGR_H
|
|
|
|
|
|
class OnlineMessageMgr {
|
|
public:
|
|
|
|
private:
|
|
|
|
};
|
|
|
|
|
|
#endif //IM2_ONLINEMESSAGEMGR_H
|