aboutsummaryrefslogtreecommitdiff
path: root/VKPC/PlaylistTableRowView.h
diff options
context:
space:
mode:
Diffstat (limited to 'VKPC/PlaylistTableRowView.h')
-rw-r--r--VKPC/PlaylistTableRowView.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/VKPC/PlaylistTableRowView.h b/VKPC/PlaylistTableRowView.h
new file mode 100644
index 0000000..ea1b77d
--- /dev/null
+++ b/VKPC/PlaylistTableRowView.h
@@ -0,0 +1,17 @@
+//
+// PlaylistTableRowView.h
+// VKPC
+//
+// Created by Eugene on 12/2/13.
+// Copyright (c) 2013-2014 Eugene Z. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+@interface PlaylistTableRowView : NSTableRowView
+
+@property (assign, nonatomic) BOOL mouseInside;
+
+- (void)setTrackSelected:(BOOL)is;
+
+@end