mirror of
https://github.com/transmission/transmission
synced 2024-12-27 01:57:52 +00:00
9 lines
79 B
C
9 lines
79 B
C
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface FileBrowserCell : NSBrowserCell
|
||
|
{
|
||
|
}
|
||
|
|
||
|
@end
|