mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 19:05:31 +00:00
18 lines
263 B
Objective-C
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 */
|