mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 12:19:25 +00:00
13 lines
302 B
Objective-C
13 lines
302 B
Objective-C
//
|
|
// KMConfigColumn1CellView.h
|
|
// Keyman4MacIM
|
|
//
|
|
// Created by Serkan Kurt on 26/02/2015.
|
|
// Copyright (c) 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface KMConfigColumn1CellView : NSTableCellView
|
|
@property (nonatomic, weak) IBOutlet NSButton *checkBox;
|
|
@end
|