mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-11-20 02:31:03 +00:00
11 lines
226 B
Objective-C
11 lines
226 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
#import "ResKnifePluginProtocol.h"
|
|
#import "ResKnifeResourceProtocol.h"
|
|
|
|
@interface NovaWindowController : NSWindowController <ResKnifePluginProtocol>
|
|
{
|
|
id <ResKnifeResourceProtocol> resource;
|
|
}
|
|
@end
|