mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-07 08:07:43 +00:00
14 lines
285 B
Objective-C
14 lines
285 B
Objective-C
//
|
|
// KMDownloadKBWindowController.h
|
|
// Keyman4MacIM
|
|
//
|
|
// Created by Serkan Kurt on 18/05/2015.
|
|
// Copyright (c) 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
#import <WebKit/WebKit.h>
|
|
|
|
@interface KMDownloadKBWindowController : NSWindowController
|
|
|
|
@end
|