Files
textmate/Frameworks/Find/src/FFFilePathCell.h
2013-03-07 10:50:41 +01:00

9 lines
244 B
Objective-C

@interface FFFilePathCell : NSCell
@property (nonatomic) NSImage* icon;
@property (nonatomic) NSString* path;
@property (nonatomic) NSString* base;
@property (nonatomic) NSUInteger count;
- (NSRect)iconFrameInCellFrame:(NSRect)cellFrame;
@end