mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-18 13:47:42 +00:00
14 lines
264 B
Objective-C
14 lines
264 B
Objective-C
//
|
|
// FVInputViewController.h
|
|
// SWKeyboard
|
|
//
|
|
// Created by Serkan Kurt on 18/11/2015.
|
|
// Copyright © 2015 FirstVoices. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "KeymanEngine.h"
|
|
|
|
@interface FVInputViewController : KMInputViewController
|
|
|
|
@end
|