This is MyObject.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import <objc/Object.h> @interface MyObject:Object { int numQuarterNotes; int numEighthNotes; int numSixteenthNotes; int numPitchesEnabled; unsigned char pitchMode[12]; double tempo; id startStopButton; } - setNumQuarterNotes:sender; - setNumEighthNotes:sender; - setNumSixteenthNotes:sender; - setTempoFrom:sender; - setMode:sender; - compute:sender; - play:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.