mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-14 00:51:48 +08:00
9 lines
107 B
C
9 lines
107 B
C
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
#define TEST_UI 1
|
|
|
|
#define TEST_GROUP_SESSION_DETAIL 1
|
|
|
|
#endif // DEBUG_H
|