This is NoteInspector.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import "Note.h" #import "NoteRepository.h" #import "OverAllController.h" @interface NoteInspector:Object { id client; BOOL isEditable; NoteRepository *myNR; } - clear:sender; - (void)displayNote:(Note *)note; - (void)setEditable:(BOOL)yn; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.