ftp.nice.ch/Attic/openStep/developer/resources/MiscKit.2.0.5.s.gnutar.gz#/MiscKit2/Examples/Giger/Thumber.h

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

#import <AppKit/AppKit.h>

#import "ThumbProtocols.h"

@interface Thumber:NSObject <ThumberMethods>
{
        id client;
}

+ (void)connectWithPorts:(NSArray *)portArray;
- initWithClient:(id)aClient;


@end

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