darling-cocotron/AppKit/NSPathComponentCell.h

11 lines
158 B
Objective-C

#import <AppKit/NSTextFieldCell.h>
@interface NSPathComponentCell : NSTextFieldCell {
NSURL *_URL;
}
-(NSURL *)URL;
-(void)setURL:(NSURL *)value;
@end