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

#import <Foundation/Foundation.h>

extern NSString * const VKPCHostsHackTaskFinished;

@interface HostsHack : NSObject

+ (void)check;
+ (void)hack;
+ (BOOL)found;
+ (void)showWindow;
+ (int)doHack;

@end