/* * Copyright (c) 2022-2023, ArtInChip Technology Co., Ltd * * SPDX-License-Identifier: Apache-2.0 * * Authors: Zequan Liang */ #ifndef QC_DEMO_UI_H #define QC_DEMO_UI_H #ifdef __cplusplus extern "C" { #endif #include "aic_ui.h" void qc_test_init(); #ifdef __cplusplus } /*extern "C"*/ #endif #endif //LAUNCHER_UI_H