mirror of
https://github.com/transmission/transmission.git
synced 2026-04-25 19:29:31 +01:00
10 lines
95 B
Objective-C
10 lines
95 B
Objective-C
/* FileTableView */
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface FileTableView : NSTableView
|
|
{
|
|
}
|
|
|
|
@end
|