2023-02-11 20:49:42 +00:00
|
|
|
// This file Copyright © 2022-2023 Transmission authors and contributors.
|
2022-12-09 19:06:00 +00:00
|
|
|
// It may be used under the MIT (SPDX: MIT) license.
|
|
|
|
// License text can be found in the licenses/ folder.
|
|
|
|
|
|
|
|
#import <AppKit/AppKit.h>
|
|
|
|
|
|
|
|
@interface GroupTextCell : NSTextFieldCell
|
|
|
|
|
2023-02-15 19:01:24 +00:00
|
|
|
@property(nonatomic) BOOL selected;
|
|
|
|
|
2022-12-09 19:06:00 +00:00
|
|
|
@end
|