mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
18 lines
384 B
Objective-C
18 lines
384 B
Objective-C
//
|
|
// KMInputController.h
|
|
// Keyman4MacIM
|
|
//
|
|
// Created by Serkan Kurt on 29/01/2015.
|
|
// Copyright (c) 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <InputMethodKit/InputMethodKit.h>
|
|
#import <Carbon/Carbon.h>
|
|
#import "KMInputMethodAppDelegate.h"
|
|
|
|
@interface KMInputController : IMKInputController
|
|
|
|
- (void)menuAction:(id)sender;
|
|
|
|
@end
|