From 12351d91aca5ba705cb85e8d59a6c9894fa2f948 Mon Sep 17 00:00:00 2001 From: Jerry Date: Tue, 2 Jan 2024 21:22:47 -0800 Subject: [PATCH] fix: build error --- Easydict/App/AppDelegate.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Easydict/App/AppDelegate.m b/Easydict/App/AppDelegate.m index 3e801d433..df4b5ae8a 100644 --- a/Easydict/App/AppDelegate.m +++ b/Easydict/App/AppDelegate.m @@ -18,6 +18,7 @@ #import "AppDelegate+EZURLScheme.h" #import #import +#import "Easydict-Swift.h" @interface AppDelegate ()