Add private methods to internal private category

This commit is contained in:
Gregory John Casamento 2023-02-12 09:33:48 -05:00
parent 50889771d0
commit 41e6a45e8d

View file

@ -119,6 +119,10 @@ static NSString *_placeholderItem = nil;
- (void) _selectWithEvent: (NSEvent *)theEvent
indexPath: (NSIndexPath *)indexPath;
- (void) _updateSelectionIndexPaths;
- (void) _updateSelectionIndexes;
@end
// Private class to track items so that we do not need to maintain multiple maps