ftp.nice.ch/pub/next/connectivity/news/News.0.75.s.tar.gz#/NewsController.h

This is NewsController.h in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import <appkit/ScrollView.h>
#import <appkit/Cursor.h>


#import <stdio.h>
#import <sys/file.h>
#import <netdb.h>
#import <sys/types.h>
#import <sys/socket.h>
#import <netinet/in.h>
#import <strings.h>
#import <stdlib.h>
#import <streams/streams.h>

#import <strings.h>

#import "config.h"
#import "response_codes.h"

#import "NewsgroupsMatrix.h"
#import "ArticlesMatrix.h"
#import "ArticleDisplay.h"

#import <appkit/defaults.h>

#import <objc/Object.h>

@interface NewsController:Application
{
  FILE			*nntpFile;
  BOOL			canPost;

  id			newsgroupsScrollView;
  id			newsgroupsMatrix;

  id			articlesScrollView;
  id			articlesMatrix;
  
  id			articleDisplay;
}

- run;		// NeXT
- appDidInit:sender;
- terminate:sender;
- openServer:(const char *)serverName;

- setNewsgroupsScrollView:anObject;
- setArticlesScrollView:anObject;
- setNewsgroupsMatrix:anObject;
- setArticlesMatrix:anObject;
- setArticleDisplay:anObject;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.