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