This is MiscSVIInspector.h in view mode; [Download] [Up]
// Copyright (C) 1995
// Use is governed by the MiscKit license
#import <InterfaceBuilder/InterfaceBuilder.h>
@interface MiscSVIInspector : IBInspector
{
id tagForm;
}
- (id)init;
- (void)revert:sender;
- (void)tagChanged:sender;
- (BOOL)wantsButtons;
@end
@interface MiscSwapViewItem (IBInspector)
- (NSString *)inspectorClassName;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.