mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
14 lines
266 B
Objective-C
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
|