mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-12-22 17:30:15 +00:00
8 lines
123 B
Objective-C
8 lines
123 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface NSOutlineView (NGSSelectedItems)
|
|
|
|
- (id)selectedItem;
|
|
- (NSArray *)selectedItems;
|
|
|
|
@end |