mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 19:05:31 +00:00
13 lines
227 B
Objective-C
13 lines
227 B
Objective-C
//
|
|
// KeyLabelCell.h
|
|
// KeymanEngine4Mac
|
|
//
|
|
// Created by Serkan Kurt on 7/07/2015.
|
|
// Copyright (c) 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface KeyLabelCell : NSTextFieldCell
|
|
|
|
@end
|