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