mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-03 14:17:40 +00:00
14 lines
305 B
Objective-C
14 lines
305 B
Objective-C
//
|
|
// KeyboardViewController.h
|
|
// Keyman for iPhone and iPad: System-wide Keyboard
|
|
//
|
|
// Created by Serkan Kurt on 18/09/2014.
|
|
// Copyright (c) 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "Keyman.h"
|
|
|
|
@interface KeyboardViewController : KMInputViewController
|
|
|
|
@end
|