9 lines
115 B
Objective-C
9 lines
115 B
Objective-C
// InfoPanelController.h
|
|
|
|
#import <AppKit/AppKit.h>
|
|
|
|
@interface InfoPanelController : NSWindowController {
|
|
}
|
|
|
|
@end
|