mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-12-27 20:29:18 +00:00
9 lines
134 B
C
9 lines
134 B
C
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface PasteboardWindowController : NSWindowController
|
||
|
{
|
||
|
}
|
||
|
|
||
|
+ (id)sharedPasteboardWindowController;
|
||
|
|
||
|
@end
|