mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 18:39:23 +00:00
Removed HNHUIBadgedTextField in favour of a composed UI
This commit is contained in:
21
MacPass/MPOutlineTableCellView.h
Normal file
21
MacPass/MPOutlineTableCellView.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// MPOutlineTableCellView.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 26.09.18.
|
||||
// Copyright © 2018 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface MPOutlineTableCellView : NSTableCellView
|
||||
|
||||
@property (nonatomic) NSInteger count;
|
||||
@property (nonatomic) BOOL hideZeroCount;
|
||||
@property (nonatomic, strong) IBOutlet NSButton *countButton;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user