spiegel-keyman/mac/KeymanEngine4Mac/KeymanEngine4Mac/KME/OnScreenKeyboard/KMkeyViewProtocol.h

18 lines
263 B
Objective-C

//
// KMkeyView.h
// KeymanEngine4Mac
//
// Created by tom on 7/3/18.
// Copyright © 2018 SIL International. All rights reserved.
//
#ifndef KMkeyView_h
#define KMkeyView_h
@protocol KMkeyView
- (void)keyAction:(id)sender;
@end
#endif /* KMkeyView_h */