#ifndef __WIFI_UI_H__ #define __WIFI_UI_H__ lv_obj_t *menu_wifi_init(lv_obj_t *parent); void menu_wifi_deinit(void); #endif