1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-02 13:05:08 +00:00
transmission/macosx/InfoWindow.h

8 lines
84 B
Objective-C

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