spiegel-keyman/ios/engine/KMEI/KeymanEngine/KeymanEngine.h
2017-10-20 09:49:53 +07:00

18 lines
563 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>
#import <KeymanEngine/Reachability.h>