From 8c1a7423a0e526f2896d17be768abeccbeb77ad7 Mon Sep 17 00:00:00 2001 From: ch1p Date: Fri, 14 Aug 2015 01:04:22 +0300 Subject: initial --- VKPC/HostsHackWindowController.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 VKPC/HostsHackWindowController.h (limited to 'VKPC/HostsHackWindowController.h') 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 +#import "WindowController.h" +#import "FlippedView.h" + +//@class FlippedView; + +@interface HostsHackWindowController : WindowController + +//@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 -- cgit v1.2.3