diff options
Diffstat (limited to 'src/DocumentWindowController.m')
-rw-r--r-- | src/DocumentWindowController.m | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/DocumentWindowController.m b/src/DocumentWindowController.m new file mode 100644 index 0000000..e83af36 --- /dev/null +++ b/src/DocumentWindowController.m @@ -0,0 +1,11 @@ +#import "DocumentWindowController.h" + +@implementation DocumentWindowController + +- (void)windowWillLoad +{ + // NSWindow *window = ; + // self = [self initWithWindow:window]; +} + +@end |