mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
14 lines
271 B
Objective-C
14 lines
271 B
Objective-C
//
|
|
// KeyboardViewController.h
|
|
// SystemKeyboard
|
|
//
|
|
// Created by Serkan Kurt on 20/06/2014.
|
|
// Copyright (c) 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "Keyman.h"
|
|
|
|
@interface KeyboardViewController : KMInputViewController
|
|
|
|
@end
|