blob: e83af3604f513b5cc4f58577813ddfad0a41df6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#import "DocumentWindowController.h"
@implementation DocumentWindowController
- (void)windowWillLoad
{
// NSWindow *window = ;
// self = [self initWithWindow:window];
}
@end
|