aboutsummaryrefslogtreecommitdiff
path: root/VKPC/Statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'VKPC/Statistics.h')
-rw-r--r--VKPC/Statistics.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/VKPC/Statistics.h b/VKPC/Statistics.h
new file mode 100644
index 0000000..6802aba
--- /dev/null
+++ b/VKPC/Statistics.h
@@ -0,0 +1,13 @@
+//
+// Statistics.h
+// VKPC
+//
+// Created by Eugene on 11/12/14.
+// Copyright (c) 2014 Eugene Z. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface Statistics : NSObject <NSURLConnectionDataDelegate>
+
+@end