transmission/macosx/InfoWindow.h

9 lines
84 B
Objective-C

/* InfoWindow */
#import <Cocoa/Cocoa.h>
@interface InfoWindow : NSPanel
{
}
@end