#import <Cocoa/Cocoa.h>
#import "NovaWindowController.h"
@interface BoomWindowController : NovaWindowController
{
BoomRec *boomRec;
}
@end