9 lines
212 B
C
9 lines
212 B
C
#ifndef __LISA_UI_SCR_SETTING_WAKEUP_H__
|
|
#define __LISA_UI_SCR_SETTING_WAKEUP_H__
|
|
|
|
#include "lvgl.h"
|
|
|
|
lv_obj_t *lisa_ui_scr_setting_wakeup_create(lv_obj_t *parent);
|
|
|
|
#endif /* __LISA_UI_SCR_SETTING_WAKEUP_H__ */
|