1 2 3 4 5 6 7 8 9 10 11 12 13
/* NetSfPeopsSPUPluginNamedSlider */ #import <Cocoa/Cocoa.h> #import "ARCBridge.h" @interface NamedSlider : NSSlider { NSArray *strings; __unsafe_unretained Class pluginClass; } @property (retain) NSArray *strings; @property (unsafe_unretained) Class pluginClass; @end