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