This is PrefDelegate.h in view mode; [Download] [Up]
#import <objc/Object.h> @interface PrefDelegate:Object { id owner; // who to send messages to id saveAllSwitch; // Save All upon qutting? id dumpAllSwitch; // ignore dirty bits at Quit? // Whatever outlets you need go here } - load:sender; - set:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.