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