aboutsummaryrefslogtreecommitdiff
path: root/VKPC/HostsHackWindowController.h
blob: e12d36327dad8b6bb6a03c07f42210b2ee5119d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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