aboutsummaryrefslogtreecommitdiff
path: root/VKPC/AboutWindowController.h
blob: 0335065a594b9a8e2fd9fa8d2d0cf249f59272a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
//  AboutWindowController.h
//  VKPC
//
//  Created by Eugene on 12/1/13.
//  Copyright (c) 2013 Eugene Z. All rights reserved.
//

#import <Cocoa/Cocoa.h>
#import "WindowController.h"

@interface AboutWindowController : WindowController<NSWindowDelegate>

@property (strong) IBOutlet NSWindow *window;
@property (weak) IBOutlet NSTextField *titleTextField;
@property (weak) IBOutlet NSTextField *copyrightTextField;
@property (weak) IBOutlet NSTextField *ezTextField;
@property (weak) IBOutlet NSTextField *ch1pTextField;

//- (IBAction)sendEmailAction:(id)sender;

@end