mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-11-19 10:31:23 +00:00
8 lines
122 B
Objective-C
8 lines
122 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
#import "NovaWindowController.h"
|
|
|
|
@interface BoomWindowController : NovaWindowController
|
|
{
|
|
}
|
|
@end
|