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