mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
10 lines
296 B
Objective-C
10 lines
296 B
Objective-C
#import <oak/misc.h>
|
|
|
|
PUBLIC @interface OakFileIconImage : NSImage
|
|
{
|
|
}
|
|
+ (id)fileIconImageWithPath:(NSString*)aPath isModified:(BOOL)flag size:(NSSize)aSize;
|
|
+ (id)fileIconImageWithPath:(NSString*)aPath isModified:(BOOL)flag;
|
|
+ (id)fileIconImageWithPath:(NSString*)aPath size:(NSSize)aSize;
|
|
@end
|