spiegel-keyman/mac/Keyman4Mac/Keyman4Mac/AppDelegate.h
2017-08-10 13:11:52 +07:00

16 lines
313 B
Objective-C

//
// AppDelegate.h
// Keyman4Mac
//
// Created by Serkan Kurt on 1/10/2014.
// Copyright (c) 2017 SIL International. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate, NSComboBoxDelegate>
@property (nonatomic, strong) NSString *keyboardsPath;
@end