18 lines
318 B
Objective-C
18 lines
318 B
Objective-C
//
|
|
// HSChooserVerticallyCenteringTextFieldCell.h
|
|
// chooser
|
|
//
|
|
// Created by Chris Jones on 03/05/2019.
|
|
// Copyright © 2019 Hammerspoon. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface HSChooserVerticallyCenteringTextFieldCell : NSTextFieldCell
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|