spiegel-keyman/mac/Keyman4MacIM/Keyman4MacIM/KMInputController.h
2017-08-10 13:11:52 +07:00

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