mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
17 lines
525 B
Objective-C
17 lines
525 B
Objective-C
//
|
|
// KeymanEngine.h
|
|
// KeymanEngine
|
|
//
|
|
// Created by Gabriel Wong on 2017-10-02.
|
|
// Copyright © 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for KeymanEngine.
|
|
FOUNDATION_EXPORT double KeymanEngineVersionNumber;
|
|
|
|
//! Project version string for KeymanEngine.
|
|
FOUNDATION_EXPORT const unsigned char KeymanEngineVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <KeymanEngine/PublicHeader.h>
|