aboutsummaryrefslogtreecommitdiff
path: root/VKPC/PlaylistTableView.h
diff options
context:
space:
mode:
Diffstat (limited to 'VKPC/PlaylistTableView.h')
-rw-r--r--VKPC/PlaylistTableView.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/VKPC/PlaylistTableView.h b/VKPC/PlaylistTableView.h
new file mode 100644
index 0000000..ac098a4
--- /dev/null
+++ b/VKPC/PlaylistTableView.h
@@ -0,0 +1,19 @@
+//
+// PlaylistTableView.h
+// VKPC
+//
+// Created by Eugene on 12/1/13.
+// Copyright (c) 2013-2014 Eugene Z. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+@class PlaylistTableController;
+
+@interface PlaylistTableView : NSTableView
+
+@property (strong) PlaylistTableController *controller;
+
+- (int)getContentSize;
+
+@end