This is NoteRepository.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import "Note.h" @interface NoteRepository:Object { Note *note[47]; } + instance; - (Note *)noteByNr:(int)value; - (Note *)noteByLoc:(locationT *)value; - (Note *)noteByNot:(notationT *)value; - (Note *)noteByNam:(char *)value; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.