From 92cace1fcec00489390716f51535f799b3557808 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sat, 15 Jan 2022 10:46:02 +0800 Subject: [PATCH] Shiki: Swiftify // frmAboutWindow ObjC Compatibility - We leave the frmAboutWindow in ObjC until Apple deprecates ObjC. --- Source/vChewing-Bridging-Header.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/vChewing-Bridging-Header.h b/Source/vChewing-Bridging-Header.h index 1fa833cc..5ba232f6 100644 --- a/Source/vChewing-Bridging-Header.h +++ b/Source/vChewing-Bridging-Header.h @@ -2,5 +2,6 @@ // Use this file to import your target's public headers that you would like to expose to Swift. // +#import "frmAboutWindow.h" extern void LTLoadLanguageModel(void); extern void LTLoadUserLanguageModelFile(void);