From 3c401556ad4e0d920df37fc8ed4d9c4cbba699fe Mon Sep 17 00:00:00 2001 From: wanghao1717 Date: Tue, 12 Aug 2025 10:06:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=AE=E5=BC=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanghao1717 --- api/@ohos.multimodalInput.inputEventClient.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.multimodalInput.inputEventClient.d.ts b/api/@ohos.multimodalInput.inputEventClient.d.ts index 8460e283f4..48b3923f9a 100644 --- a/api/@ohos.multimodalInput.inputEventClient.d.ts +++ b/api/@ohos.multimodalInput.inputEventClient.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (C) 2021-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -278,4 +278,4 @@ declare namespace inputEventClient { function permitInjection(result: boolean): void; } -export default inputEventClient; +export default inputEventClient; \ No newline at end of file -- Gitee