From 83068aae0b7c50ba82c210c1c02241f41b22da08 Mon Sep 17 00:00:00 2001 From: liyufan Date: Thu, 17 Nov 2022 17:41:13 +0800 Subject: [PATCH] fix api import Signed-off-by: liyufan --- api/@ohos.telephony.radio.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.telephony.radio.d.ts b/api/@ohos.telephony.radio.d.ts index 75098eb1d8..e5cc3b93fc 100644 --- a/api/@ohos.telephony.radio.d.ts +++ b/api/@ohos.telephony.radio.d.ts @@ -13,7 +13,7 @@ * limitations under the License. */ -import {AsyncCallback} from "./basic"; +import {AsyncCallback, Callback} from "./basic"; /** * Provides interfaces for applications to obtain the network state, cell information, signal information, -- Gitee