aboutsummaryrefslogtreecommitdiff
path: root/VKPC/HostsHackWindowController.h
diff options
context:
space:
mode:
Diffstat (limited to 'VKPC/HostsHackWindowController.h')
-rw-r--r--VKPC/HostsHackWindowController.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/VKPC/HostsHackWindowController.h b/VKPC/HostsHackWindowController.h
new file mode 100644
index 0000000..e12d363
--- /dev/null
+++ b/VKPC/HostsHackWindowController.h
@@ -0,0 +1,26 @@
+//
+// HostsHackWindowController.h
+// VKPC
+//
+// Created by Eugene on 10/30/14.
+// Copyright (c) 2014 Eugene Z. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+#import "WindowController.h"
+#import "FlippedView.h"
+
+//@class FlippedView;
+
+@interface HostsHackWindowController : WindowController<NSWindowDelegate>
+
+//@property (strong) IBOutlet NSWindow *window;
+@property (weak) IBOutlet NSTextField *configurationRequiredTextField;
+@property (weak) IBOutlet NSButton *button;
+
+- (IBAction)buttonPressed:(id)sender;
+- (void)setButtonRetry;
+- (void)setButtonContinue;
+- (void)setButtonWait;
+
+@end