mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-06-21 21:58:47 +08:00
7 lines
70 B
C
7 lines
70 B
C
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
#define TEST_UI 1
|
|
|
|
#endif // DEBUG_H
|