Files
arcs/apps-ui/apps/llm/views/widgets/lisa_ui_toast.h
2026-08-13 16:50:52 +08:00

7 lines
133 B
C

#ifndef __LISA_UI_TOAST_H__
#define __LISA_UI_TOAST_H__
void lisa_ui_toast_show(const char *txt);
#endif /* __LISA_UI_TOAST_H__ */