This is Composer.h in view mode; [Download] [Up]
#import <objc/Object.h> @class NNTP, MiscTableController, Article, ArticleViewControl; @interface Composer:Object { id newsgroupCell; id subjectCell; id theText; id window; id followupButton; id headerForm; id myOwner; id headerTable; id expireButton; id dateView; NNTP *nntpServer; char *newsgroups; char *subject; char *references; NXStream *theQuotingStream; BOOL insert_refs; MiscTableController *headerController; id local_action; } + newWindowForServer:(NNTP *)server; + killComposerForServer:(NNTP *)server; + confirmTermination; - initForServer:(NNTP *)theServer; - free; - getDefaults; - followup:sender; - includeArticle:sender; - post:sender; - preparePostTo:(List *)newsgroupList selArticle:(Article *)anArticle inView:(ArticleViewControl *)controlView; - window; - setNntpServer:(NNTP *)nntp; - (NNTP *)nntpServer; - printText:sender; - windowWillClose:sender; - (BOOL)asciiBody; - windowWillMiniaturize:sender toMiniwindow:miniwindow; - theText; - rot13:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.