mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
macos: View-based FileOutlineView (#7760)
Signed-off-by: Dzmitry Neviadomski <nevack.d@gmail.com>
This commit is contained in:
committed by
GitHub
parent
909fdad807
commit
d1985b05c6
13
macosx/FileCheckCellView.h
Normal file
13
macosx/FileCheckCellView.h
Normal file
@@ -0,0 +1,13 @@
|
||||
// This file Copyright © Transmission authors and contributors.
|
||||
// It may be used under the MIT (SPDX: MIT) license.
|
||||
// License text can be found in the licenses/ folder.
|
||||
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
@class FileListNode;
|
||||
|
||||
@interface FileCheckCellView : NSTableCellView
|
||||
|
||||
@property(nonatomic, weak) FileListNode* node;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user