mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-12 04:22:51 +00:00
15 lines
124 B
C
15 lines
124 B
C
#ifndef _TEXT_H_
|
|
#define _TEXT_H_
|
|
|
|
|
|
|
|
#include "ui_conf.h"
|
|
|
|
void Text_Widget(ui_t *ui);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|