IME // Introducing vChewing namespace to Swift.

This commit is contained in:
ShikiSuen 2022-04-25 16:48:20 +08:00
parent d0d9cff87e
commit f09230aead
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
import Carbon
import Cocoa
// The namespace of this input method.
public enum vChewing {}
public class IME: NSObject {
static let arrSupportedLocales = ["en", "zh-Hant", "zh-Hans", "ja"]
static let dlgOpenPath = NSOpenPanel()