aboutsummaryrefslogtreecommitdiff
path: root/VKPC/PlaylistTableCellView.h
diff options
context:
space:
mode:
Diffstat (limited to 'VKPC/PlaylistTableCellView.h')
-rw-r--r--VKPC/PlaylistTableCellView.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/VKPC/PlaylistTableCellView.h b/VKPC/PlaylistTableCellView.h
new file mode 100644
index 0000000..d8502af
--- /dev/null
+++ b/VKPC/PlaylistTableCellView.h
@@ -0,0 +1,27 @@
+//
+// PlaylistTableCellView.h
+// VKPC
+//
+// Created by Eugene on 12/2/13.
+// Copyright (c) 2013-2014 Eugene Z. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+@interface PlaylistTableCellView : NSTableCellView
+
+@property (assign, nonatomic) PlayingStatus playingStatus;
+
+//- (void)setPlay;
+//- (void)setPause;
+//- (void)unsetPlay;
+//- (void)moveTextFields;
+- (void)updateStyle;
+- (void)drawMode;
+//- (NSImageView *)playIconImageView;
+//- (NSTextField *)artistTextField;
+//- (NSTextField *)titleTextField;
+//- (NSTextField *)durationTextField;
+//- (void)setMode:(PlayingStatus)mode;
+
+@end