mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-18 22:37:43 +00:00
13 lines
205 B
Objective-C
13 lines
205 B
Objective-C
//
|
|
// KMBarView.h
|
|
// Keyman4Mac
|
|
//
|
|
// Created by Serkan Kurt on 9/11/2015.
|
|
// Copyright © 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface KMBarView : NSView
|
|
|
|
@end
|