15 lines
169 B
C++
15 lines
169 B
C++
//
|
|
// Created by dongl on 23-7-4.
|
|
//
|
|
|
|
#ifndef IM2_OFFLINEMESSAGEMGR_H
|
|
#define IM2_OFFLINEMESSAGEMGR_H
|
|
|
|
|
|
class OfflineMessageMgr {
|
|
|
|
};
|
|
|
|
|
|
#endif //IM2_OFFLINEMESSAGEMGR_H
|