aboutsummaryrefslogtreecommitdiff
path: root/VKPC/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'VKPC/AppDelegate.h')
-rw-r--r--VKPC/AppDelegate.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/VKPC/AppDelegate.h b/VKPC/AppDelegate.h
new file mode 100644
index 0000000..8caab4c
--- /dev/null
+++ b/VKPC/AppDelegate.h
@@ -0,0 +1,14 @@
+//
+// AppDelegate.h
+// VKPC
+//
+// Created by Eugene on 11/26/13.
+// Copyright (c) 2013-2014 Eugene Z. All rights reserved.
+//
+
+@interface AppDelegate : NSObject
+
++ (AppDelegate *)shared;
+- (void)continueRunning;
+
+@end