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

15 lines
317 B
Objective-C

//
// KMKeyboardHelpWindowController.h
// Keyman4MacIM
//
// Created by Serkan Kurt on 13/07/2015.
// Copyright (c) 2017 SIL International. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface KMKeyboardHelpWindowController : NSWindowController
@property (nonatomic, strong) NSString *packagePath;
@end