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

#import <Cocoa/Cocoa.h>

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