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

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