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