spiegel-keyman/mac/KeymanEngine4Mac/KeymanEngine4Mac/KeymanEngine4Mac.h
2025-05-07 12:36:17 +07:00

37 lines
1.1 KiB
Objective-C

//
// KeymanEngine4Mac.h
// KeymanEngine4Mac 1.0 Build 122
//
// Created by Serkan Kurt on 29/01/2015.
// Copyright (c) 2017 SIL International. All rights reserved.
//
#ifndef KeymanEngine4Mac_h
#define KeymanEngine4Mac_h
#import <Cocoa/Cocoa.h>
//! Project version number for KeymanEngine4Mac.
FOUNDATION_EXPORT double KeymanEngine4MacVersionNumber;
//! Project version string for KeymanEngine4Mac.
FOUNDATION_EXPORT const unsigned char KeymanEngine4MacVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <KeymanEngine4Mac/PublicHeader.h>
#import <KeymanEngine4Mac/KMBinaryFileFormat.h>
#import <KeymanEngine4Mac/KMEngine.h>
#import <KeymanEngine4Mac/KVKFile.h>
#import <KeymanEngine4Mac/KMXFile.h>
#import <KeymanEngine4Mac/NFont.h>
#import <KeymanEngine4Mac/CoreWrapper.h>
#import <KeymanEngine4Mac/CoreHelper.h>
#import <KeymanEngine4Mac/CoreAction.h>
#import <KeymanEngine4Mac/CoreKeyOutput.h>
#import <KeymanEngine4Mac/CoreKey.h>
#import <KeymanEngine4Mac/CoreKeyboardInfo.h>
#import "KMkeyViewProtocol.h"
#import "OSKView.h"
#import "TimerTarget.h"
#endif /* KeymanEngine4Mac_h */