This is SoundInspector.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import "NoteInspector.h"
@interface SoundInspector:NoteInspector
{
BOOL isActive;
Sound *currentS;
}
- (void)setActive:(BOOL)yn;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.