aboutsummaryrefslogtreecommitdiff
path: root/VKPC/AboutWindowController.h
diff options
context:
space:
mode:
Diffstat (limited to 'VKPC/AboutWindowController.h')
-rw-r--r--VKPC/AboutWindowController.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/VKPC/AboutWindowController.h b/VKPC/AboutWindowController.h
new file mode 100644
index 0000000..0335065
--- /dev/null
+++ b/VKPC/AboutWindowController.h
@@ -0,0 +1,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