mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
14 lines
269 B
Objective-C
14 lines
269 B
Objective-C
//
|
|
// KeyboardPickerViewController.h
|
|
// Keyman Engine
|
|
//
|
|
// Copyright (c) 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface KeyboardPickerViewController : UITableViewController <UIAlertViewDelegate>
|
|
|
|
- (void)showAddKeyboard;
|
|
|
|
@end
|