aboutsummaryrefslogtreecommitdiff
path: root/VKPC/Autostart.h
diff options
context:
space:
mode:
Diffstat (limited to 'VKPC/Autostart.h')
-rw-r--r--VKPC/Autostart.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/VKPC/Autostart.h b/VKPC/Autostart.h
new file mode 100644
index 0000000..5c307f5
--- /dev/null
+++ b/VKPC/Autostart.h
@@ -0,0 +1,16 @@
+//
+// Autostart.h
+// VKPC
+//
+// Created by Eugene on 11/9/14.
+// Copyright (c) 2014 Eugene Z. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface Autostart : NSObject
+
++ (BOOL)isLaunchAtStartup;
++ (void)toggleLaunchAtStartup;
+
+@end