diff options
Diffstat (limited to 'src/DocumentWindowController.h')
-rw-r--r-- | src/DocumentWindowController.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DocumentWindowController.h b/src/DocumentWindowController.h new file mode 100644 index 0000000..e3b277b --- /dev/null +++ b/src/DocumentWindowController.h @@ -0,0 +1,4 @@ +#import <Cocoa/Cocoa.h> + +@interface DocumentWindowController : NSWindowController +@end |