2 // SUWindowController.h
5 // Created by Andy Matuschak on 2/13/08.
6 // Copyright 2008 Andy Matuschak. All rights reserved.
9 #ifndef SUWINDOWCONTROLLER_H
10 #define SUWINDOWCONTROLLER_H
12 #import <Cocoa/Cocoa.h>
14 @interface SUWindowController
: NSWindowController
{ }
15 // We use this instead of plain old NSWindowController initWithWindowNibName so that we'll be able to find the right path when running in a bundle loaded from another app.
16 - (id
)initWithHostBundle
:(NSBundle
*)hb windowNibName
:(NSString
*)nibName
;