mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 11:25:34 +00:00
18 lines
455 B
Objective-C
18 lines
455 B
Objective-C
//
|
|
// KMInputMethodBrowserClientEventHandlerProtected.h
|
|
// Keyman4MacIM
|
|
//
|
|
// Created by tom on 1/9/18.
|
|
// Copyright © 2018 SIL International. All rights reserved.
|
|
//
|
|
|
|
#ifndef KMInputMethodEventBrowserClientHandlerProtected_h
|
|
#define KMInputMethodEventBrowserClientHandlerProtected_h
|
|
|
|
@interface KMInputMethodBrowserClientEventHandler ()
|
|
|
|
- (void)setInSiteThatDoesNotGiveContext;
|
|
|
|
@end
|
|
|
|
#endif /* KMInputMethodEventBrowserClientHandlerProtected_h */
|