summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/macsrc/NamedSlider.h
blob: 8b919224866ad2d6f0c6f2b2c74ad06a6e3134d1 (plain) (blame)
1
2
3
4
5
6
7
8
/* NetSfPeopsSPUPluginNamedSlider */

#import <Cocoa/Cocoa.h>

@interface NamedSlider : NSSlider
@property (strong) NSArray *strings;
@property (unsafe_unretained) Class pluginClass;
@end