spiegel-keyman/ios/samples/KMSample2/SWKeyboard/KeyboardViewController.h
2017-08-21 13:54:29 +07:00

14 lines
266 B
Objective-C

//
// KeyboardViewController.h
// SWKeyboard
//
// Created by Serkan Kurt on 7/04/2015.
// Copyright (c) 2017 SIL International. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "Keyman.h"
@interface KeyboardViewController : KMInputViewController
@end