Shiki: Swiftify // frmAboutWindow ObjC Compatibility

- We leave the frmAboutWindow in ObjC until Apple deprecates ObjC.
This commit is contained in:
ShikiSuen 2022-01-15 10:46:02 +08:00
parent f8d5febadb
commit 92cace1fce
1 changed files with 1 additions and 0 deletions

View File

@ -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);