From fd228cf1d5cfaba68320bb87c2620c779910cff4 Mon Sep 17 00:00:00 2001 From: ccfriend Date: Sat, 22 Feb 2025 03:49:52 +0000 Subject: [PATCH] update api/@ohos.multimedia.avInputCastPicker.d.ets. Signed-off-by: ccfriend --- api/@ohos.multimedia.avInputCastPicker.d.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.multimedia.avInputCastPicker.d.ets b/api/@ohos.multimedia.avInputCastPicker.d.ets index d6e713f47..4007cc5f6 100644 --- a/api/@ohos.multimedia.avInputCastPicker.d.ets +++ b/api/@ohos.multimedia.avInputCastPicker.d.ets @@ -61,4 +61,4 @@ export declare struct AVInputCastPicker { * @atomicservice * @since 16 */ -export type OnPickerStateCallback = (state: AVCastPickerState) => void; \ No newline at end of file +export type OnPickerStateCallback = (state: AVCastPickerState) => void; \ No newline at end of file -- Gitee