From 50f76d176520477e206d201a4360e15a97d5050e Mon Sep 17 00:00:00 2001 From: xuzhidan Date: Wed, 21 May 2025 10:19:08 +0800 Subject: [PATCH] Swiper api change to API19 Signed-off-by: xuzhidan Change-Id: I0db0c2295619acec36e4ecd7d0deb2e54420bef0 --- arkui/ace_engine/native/native_type.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arkui/ace_engine/native/native_type.h b/arkui/ace_engine/native/native_type.h index 0246d421a..828ba5b7d 100644 --- a/arkui/ace_engine/native/native_type.h +++ b/arkui/ace_engine/native/native_type.h @@ -139,14 +139,14 @@ typedef struct ArkUI_SwiperIndicator ArkUI_SwiperIndicator; /** * @brief Defines the digital indicator style for the swiper. * - * @since 18 + * @since 19 */ typedef struct ArkUI_SwiperDigitIndicator ArkUI_SwiperDigitIndicator; /** * @brief Defines the arrow style for the swiper. * - * @since 18 + * @since 19 */ typedef struct ArkUI_SwiperArrowStyle ArkUI_SwiperArrowStyle; -- Gitee