aboutsummaryrefslogtreecommitdiff
path: root/VKPC/WindowController.h
blob: 435569e4f9c669be59f4e97d04f70d74b309476a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  WindowController.h
//  VKPC
//
//  Created by Eugene on 12/1/13.
//  Copyright (c) 2013-2014 Eugene Z. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface WindowController : NSWindowController<NSWindowDelegate>

@property (strong) IBOutlet NSWindow *window;

- (void)windowWillClose:(NSNotification *)notification;
- (BOOL)allowsClosingWithShortcut;

@end