mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
9 lines
84 B
C
9 lines
84 B
C
|
/* InfoWindow */
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface InfoWindow : NSPanel
|
||
|
{
|
||
|
}
|
||
|
@end
|