mirror of
https://github.com/nickshanks/ResKnife.git
synced 2025-01-06 23:30:09 +00:00
8 lines
122 B
C
8 lines
122 B
C
|
#import <Cocoa/Cocoa.h>
|
||
|
#import "NovaWindowController.h"
|
||
|
|
||
|
@interface ColrWindowController : NovaWindowController
|
||
|
{
|
||
|
}
|
||
|
@end
|