mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-12 10:37:43 +00:00
18 lines
362 B
Objective-C
18 lines
362 B
Objective-C
//
|
|
// OSKWindowController.h
|
|
// Keyman4MacIM
|
|
//
|
|
// Created by Serkan Kurt on 30/04/2015.
|
|
// Copyright (c) 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
#import <KeymanEngine4Mac/KeymanEngine4Mac.h>
|
|
|
|
@interface OSKWindowController : NSWindowController
|
|
|
|
@property (nonatomic, weak) IBOutlet OSKView *oskView;
|
|
|
|
- (void)resetOSK;
|
|
|
|
@end
|