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