aboutsummaryrefslogtreecommitdiff
path: root/VKPC/PlaylistTableRowView.h
blob: ea1b77df0818df1396a8bf62d9b9276a840d0921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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