mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
16 lines
313 B
Objective-C
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
|
|
|