20 lines
325 B
C
20 lines
325 B
C
/**
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#ifndef __LISAUI_WIDGETS_COMMON_H__
|
|
#define __LISAUI_WIDGETS_COMMON_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "base/ls_radio_group.h"
|
|
#include "base/ls_lv_list.h"
|
|
#include "base/ls_llm_dialog.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __LISAUI_WIDGETS_COMMON_H__ */
|