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

11 lines
239 B
C

#ifndef __LISA_UI_OTA_VIEW_H__
#define __LISA_UI_OTA_VIEW_H__
#include "lvgl.h"
#include "ota_manager.h"
lv_obj_t *lisa_ui_ota_view_create(lv_obj_t *parent);
void lisa_ui_ota_view_update(lv_obj_t *obj, const ota_state_t *state);
#endif