1 | // SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd. |
---|---|
2 | // |
3 | // SPDX-License-Identifier: GPL-3.0-or-later |
4 | |
5 | #ifndef NEWPROTOCOL_H |
6 | #define NEWPROTOCOL_H |
7 | |
8 | #include "new/documentsynchronization.h" |
9 | #include "new/lifecyclemessage.h" |
10 | #include "new/basicjsonstructures.h" |
11 | #include "new/languagefeatures.h" |
12 | #include "new/extendedproject.h" |
13 | |
14 | #endif // NEWPROTOCOL_H |
15 |