mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
9 lines
244 B
Objective-C
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
|