// // PatternWindowController.h // ResKnife // // Created by Nate Weaver on 2012-7-7. // Copyright (c) 2012 Derailer. All rights reserved. // #import #import "ResKnifePluginProtocol.h" @class Resource; @protocol ResKnifeResourceProtocol; @interface PatternWindowController : NSWindowController { NSTableView *tableView; IBOutlet NSImageView *imageView; id resource; NSMutableArray *images; } @property (assign) IBOutlet NSTableView *tableView; @end