/* * Copyright (C) 2022-2024, ArtInChip Technology Co., Ltd * * SPDX-License-Identifier: Apache-2.0 * * Authors: Ning Fang */ #ifndef LAUNCHER_SCREEN_H #define LAUNCHER_SCREEN_H #ifdef __cplusplus extern "C" { #endif #include "lvgl.h" lv_obj_t *launcher_screen_init(void); #ifdef __cplusplus } /*extern "C"*/ #endif #endif //LAUNCHER_SCREEN_H